diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index fea8f9035f07..2d6106af53cd 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -35,6 +35,7 @@ ifneq ($(CONFIG_HAVE_DEC_LOCK),y) | |||
35 | lib-y += dec_and_lock.o | 35 | lib-y += dec_and_lock.o |
36 | endif | 36 | endif |
37 | 37 | ||
38 | obj-$(CONFIG_BITREVERSE) += bitrev.o | ||
38 | obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o | 39 | obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o |
39 | obj-$(CONFIG_CRC16) += crc16.o | 40 | obj-$(CONFIG_CRC16) += crc16.o |
40 | obj-$(CONFIG_CRC32) += crc32.o | 41 | obj-$(CONFIG_CRC32) += crc32.o |
@@ -54,6 +55,9 @@ obj-$(CONFIG_SMP) += percpu_counter.o | |||
54 | obj-$(CONFIG_AUDIT_GENERIC) += audit.o | 55 | obj-$(CONFIG_AUDIT_GENERIC) += audit.o |
55 | 56 | ||
56 | obj-$(CONFIG_SWIOTLB) += swiotlb.o | 57 | obj-$(CONFIG_SWIOTLB) += swiotlb.o |
58 | obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o | ||
59 | |||
60 | lib-$(CONFIG_GENERIC_BUG) += bug.o | ||
57 | 61 | ||
58 | hostprogs-y := gen_crc32table | 62 | hostprogs-y := gen_crc32table |
59 | clean-files := crc32table.h | 63 | clean-files := crc32table.h |