X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile;h=d9c38ba05e7bc2fcb3cbbca915bf43c51bd580fd;hb=ddcc95963449d028b16d9b9fe50f6e91ce7d9e81;hp=3e2bd0df23bb4c76d745bdee5b71b97a57dd4c8f;hpb=1e231efe50ffe4d291be24d2fe393188de9c4b08;p=linux-2.6 diff --git a/lib/Makefile b/lib/Makefile index 3e2bd0df23..d9c38ba05e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -23,11 +23,12 @@ lib-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o -ifneq ($(CONFIG_HAVE_DEC_LOCK),y) +ifneq ($(CONFIG_HAVE_DEC_LOCK),y) lib-y += dec_and_lock.o endif obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o +obj-$(CONFIG_CRC16) += crc16.o obj-$(CONFIG_CRC32) += crc32.o obj-$(CONFIG_LIBCRC32C) += libcrc32c.o obj-$(CONFIG_GENERIC_IOMAP) += iomap.o