diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 3e917436ad60..6cdb10f312df 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -37,6 +37,7 @@ obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/ | |||
37 | obj-$(CONFIG_REED_SOLOMON) += reed_solomon/ | 37 | obj-$(CONFIG_REED_SOLOMON) += reed_solomon/ |
38 | 38 | ||
39 | lib-$(CONFIG_TEXTSEARCH) += textsearch.o | 39 | lib-$(CONFIG_TEXTSEARCH) += textsearch.o |
40 | obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o | ||
40 | 41 | ||
41 | hostprogs-y := gen_crc32table | 42 | hostprogs-y := gen_crc32table |
42 | clean-files := crc32table.h | 43 | clean-files := crc32table.h |