diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
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 | ||
56 | obj-$(CONFIG_SWIOTLB) += swiotlb.o | 56 | obj-$(CONFIG_SWIOTLB) += swiotlb.o |
57 | 57 | ||
58 | lib-$(CONFIG_GENERIC_BUG) += bug.o | ||
59 | |||
58 | hostprogs-y := gen_crc32table | 60 | hostprogs-y := gen_crc32table |
59 | clean-files := crc32table.h | 61 | clean-files := crc32table.h |
60 | 62 | ||