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 6b597fdb1898..d770b817202e 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -112,6 +112,8 @@ obj-$(CONFIG_AVERAGE) += average.o | |||
112 | 112 | ||
113 | obj-$(CONFIG_CPU_RMAP) += cpu_rmap.o | 113 | obj-$(CONFIG_CPU_RMAP) += cpu_rmap.o |
114 | 114 | ||
115 | obj-$(CONFIG_LLIST) += llist.o | ||
116 | |||
115 | hostprogs-y := gen_crc32table | 117 | hostprogs-y := gen_crc32table |
116 | clean-files := crc32table.h | 118 | clean-files := crc32table.h |
117 | 119 | ||