diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 3e2bd0df23bb..d9c38ba05e7b 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -23,11 +23,12 @@ lib-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o | |||
23 | obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o | 23 | obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o |
24 | obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o | 24 | obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o |
25 | 25 | ||
26 | ifneq ($(CONFIG_HAVE_DEC_LOCK),y) | 26 | ifneq ($(CONFIG_HAVE_DEC_LOCK),y) |
27 | lib-y += dec_and_lock.o | 27 | lib-y += dec_and_lock.o |
28 | endif | 28 | endif |
29 | 29 | ||
30 | obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o | 30 | obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o |
31 | obj-$(CONFIG_CRC16) += crc16.o | ||
31 | obj-$(CONFIG_CRC32) += crc32.o | 32 | obj-$(CONFIG_CRC32) += crc32.o |
32 | obj-$(CONFIG_LIBCRC32C) += libcrc32c.o | 33 | obj-$(CONFIG_LIBCRC32C) += libcrc32c.o |
33 | obj-$(CONFIG_GENERIC_IOMAP) += iomap.o | 34 | obj-$(CONFIG_GENERIC_IOMAP) += iomap.o |