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 347ad8db29d3..4af4786fe281 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -99,6 +99,8 @@ obj-$(CONFIG_GENERIC_CSUM) += checksum.o
99 99
100obj-$(CONFIG_GENERIC_ATOMIC64) += atomic64.o 100obj-$(CONFIG_GENERIC_ATOMIC64) += atomic64.o
101 101
102obj-$(CONFIG_ATOMIC64_SELFTEST) += atomic64_test.o
103
102hostprogs-y := gen_crc32table 104hostprogs-y := gen_crc32table
103clean-files := crc32table.h 105clean-files := crc32table.h
104 106