diff options
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index f3bb2cb98adf..1e806477e472 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
| @@ -51,6 +51,7 @@ CFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS)) | |||
| 51 | obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o | 51 | obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o |
| 52 | 52 | ||
| 53 | obj-$(CONFIG_BTREE) += btree.o | 53 | obj-$(CONFIG_BTREE) += btree.o |
| 54 | obj-$(CONFIG_ASSOCIATIVE_ARRAY) += assoc_array.o | ||
| 54 | obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o | 55 | obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o |
| 55 | obj-$(CONFIG_DEBUG_LIST) += list_debug.o | 56 | obj-$(CONFIG_DEBUG_LIST) += list_debug.o |
| 56 | obj-$(CONFIG_DEBUG_OBJECTS) += debugobjects.o | 57 | obj-$(CONFIG_DEBUG_OBJECTS) += debugobjects.o |
