aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
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
36endif 36endif
37 37
38obj-$(CONFIG_BITREVERSE) += bitrev.o
38obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o 39obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o
39obj-$(CONFIG_CRC16) += crc16.o 40obj-$(CONFIG_CRC16) += crc16.o
40obj-$(CONFIG_CRC32) += crc32.o 41obj-$(CONFIG_CRC32) += crc32.o
@@ -54,6 +55,9 @@ obj-$(CONFIG_SMP) += percpu_counter.o
54obj-$(CONFIG_AUDIT_GENERIC) += audit.o 55obj-$(CONFIG_AUDIT_GENERIC) += audit.o
55 56
56obj-$(CONFIG_SWIOTLB) += swiotlb.o 57obj-$(CONFIG_SWIOTLB) += swiotlb.o
58obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o
59
60lib-$(CONFIG_GENERIC_BUG) += bug.o
57 61
58hostprogs-y := gen_crc32table 62hostprogs-y := gen_crc32table
59clean-files := crc32table.h 63clean-files := crc32table.h