aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index fea8f9035f07..7ab486b883a8 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -55,6 +55,8 @@ obj-$(CONFIG_AUDIT_GENERIC) += audit.o
55 55
56obj-$(CONFIG_SWIOTLB) += swiotlb.o 56obj-$(CONFIG_SWIOTLB) += swiotlb.o
57 57
58lib-$(CONFIG_GENERIC_BUG) += bug.o
59
58hostprogs-y := gen_crc32table 60hostprogs-y := gen_crc32table
59clean-files := crc32table.h 61clean-files := crc32table.h
60 62