X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile;h=74b0cfb1fcc3c0eb009648484a368116d0681f88;hb=1bf99477226963d84b182b3995e355d3091199be;hp=0ae4eb047aac1b7a7dd662972442bccd16675f4f;hpb=5f97a5a8799b8d7d0afdb9d68a50a4e0e8298a05;p=linux-2.6 diff --git a/lib/Makefile b/lib/Makefile index 0ae4eb047a..74b0cfb1fc 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -36,6 +36,7 @@ obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o obj-$(CONFIG_PLIST) += plist.o obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o obj-$(CONFIG_DEBUG_LIST) += list_debug.o +obj-$(CONFIG_DEBUG_OBJECTS) += debugobjects.o ifneq ($(CONFIG_HAVE_DEC_LOCK),y) lib-y += dec_and_lock.o