X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile;h=b830c9a15541a7d27df986b3485d412bd756e14b;hb=6c8b44abc86a3e23dd1a22c0ee187f06bd7c7f5d;hp=f827e3c24ec0da771bd72178198df85da9612c15;hpb=1e8c573933fd7975679766850252ad08667e5ca4;p=linux-2.6 diff --git a/lib/Makefile b/lib/Makefile index f827e3c24e..b830c9a155 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -23,6 +23,7 @@ lib-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o lib-$(CONFIG_SEMAPHORE_SLEEPERS) += semaphore-sleepers.o lib-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o +lib-$(CONFIG_GENERIC_HWEIGHT) += hweight.o obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o