X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile;h=44a46750690ae3af65f338eefb2635ee4f9b70f5;hb=00b61f51922e432fd92a482ba1e0b5f8f326ef46;hp=d9c38ba05e7bc2fcb3cbbca915bf43c51bd580fd;hpb=7657ec1fcb69e266ab876af56332d0c484ca6d00;p=linux-2.6 diff --git a/lib/Makefile b/lib/Makefile index d9c38ba05e..44a4675069 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -16,6 +16,7 @@ CFLAGS_kobject.o += -DDEBUG CFLAGS_kobject_uevent.o += -DDEBUG endif +obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock_debug.o lib-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o lib-$(CONFIG_SEMAPHORE_SLEEPERS) += semaphore-sleepers.o