From e9da93e81a9894699afe535c0eb848e2a5c41e79 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 6 Dec 2006 20:39:16 -0800 Subject: [PATCH] --- yaml --- r: 42907 b: refs/heads/master c: 702a28b1e64be3dc313f5f0ceb6dc95edfbc5e18 h: refs/heads/master i: 42905: 0bcb961267a8164dd8e80eea4b1f2b501d47ce66 42903: 188955ea1f7a8a1b5b4e9d7084a3fbfd4820d2a3 v: v3 --- [refs] | 2 +- trunk/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d28889ce2d44..2132f3f5451e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b71c8e76d20d0329bf7e54f172389f3c343dc41 +refs/heads/master: 702a28b1e64be3dc313f5f0ceb6dc95edfbc5e18 diff --git a/trunk/lib/Makefile b/trunk/lib/Makefile index cf98fabaa549..fea8f9035f07 100644 --- a/trunk/lib/Makefile +++ b/trunk/lib/Makefile @@ -25,7 +25,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_GENERIC_HWEIGHT) += hweight.o obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o obj-$(CONFIG_PLIST) += plist.o obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o