X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2FMakefile;h=1e806477e472d00fab1295004b82d9986b11f09e;hb=4b5359a90373c4670b2f4396b68ead7a91e33d0b;hp=f3bb2cb98adfd2a631144ecbde775f6f224bea4e;hpb=2b2322d662237a4b635a755df15e21b9ff80716b;p=karo-tx-linux.git 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)) obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o obj-$(CONFIG_BTREE) += btree.o +obj-$(CONFIG_ASSOCIATIVE_ARRAY) += assoc_array.o obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o obj-$(CONFIG_DEBUG_LIST) += list_debug.o obj-$(CONFIG_DEBUG_OBJECTS) += debugobjects.o