X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=32b0e64ded27d7c1f614fdc974d0857abfc19bbc;hb=9e6115f2f5a9f8568bc8565d1401086952f09736;hp=80fe8a3ec12a63a46ce2fe05841a3e9a6d9d54c2;hpb=a4ba2e9e36d10ace6f5ca222c1ff3e5024d75f1a;p=linux-2.6-omap-h63xx.git diff --git a/lib/Makefile b/lib/Makefile index 80fe8a3ec12..32b0e64ded2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -37,6 +37,7 @@ lib-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o lib-$(CONFIG_GENERIC_FIND_FIRST_BIT) += find_next_bit.o lib-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o +lib-$(CONFIG_GENERIC_FIND_LAST_BIT) += find_last_bit.o obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o obj-$(CONFIG_PLIST) += plist.o