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