X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile;h=44a46750690ae3af65f338eefb2635ee4f9b70f5;hb=59aee3c2a1e69fe5062bd1facb72d6fcea3f3f8f;hp=d9c38ba05e7bc2fcb3cbbca915bf43c51bd580fd;hpb=82b7ec75df5b52d6febffb02ce4080a67550ac56;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