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 cbb774f7d41d..b73ba01a818a 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -110,6 +110,8 @@ obj-$(CONFIG_ATOMIC64_SELFTEST) += atomic64_test.o | |||
110 | 110 | ||
111 | obj-$(CONFIG_AVERAGE) += average.o | 111 | obj-$(CONFIG_AVERAGE) += average.o |
112 | 112 | ||
113 | obj-$(CONFIG_CPU_RMAP) += cpu_rmap.o | ||
114 | |||
113 | hostprogs-y := gen_crc32table | 115 | hostprogs-y := gen_crc32table |
114 | clean-files := crc32table.h | 116 | clean-files := crc32table.h |
115 | 117 | ||