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 f28d9031303c..52f83380f704 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
| @@ -38,6 +38,7 @@ obj-$(CONFIG_REED_SOLOMON) += reed_solomon/ | |||
| 38 | 38 | ||
| 39 | obj-$(CONFIG_TEXTSEARCH) += textsearch.o | 39 | obj-$(CONFIG_TEXTSEARCH) += textsearch.o |
| 40 | obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o | 40 | obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o |
| 41 | obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o | ||
| 41 | obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o | 42 | obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o |
| 42 | 43 | ||
| 43 | hostprogs-y := gen_crc32table | 44 | hostprogs-y := gen_crc32table |
