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 33a40e40e3ee..b6869e12e743 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -92,6 +92,8 @@ obj-$(CONFIG_NLATTR) += nlattr.o | |||
92 | 92 | ||
93 | obj-$(CONFIG_DMA_API_DEBUG) += dma-debug.o | 93 | obj-$(CONFIG_DMA_API_DEBUG) += dma-debug.o |
94 | 94 | ||
95 | obj-$(CONFIG_GENERIC_CSUM) += checksum.o | ||
96 | |||
95 | hostprogs-y := gen_crc32table | 97 | hostprogs-y := gen_crc32table |
96 | clean-files := crc32table.h | 98 | clean-files := crc32table.h |
97 | 99 | ||