X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile;h=52f83380f70426600d7f031c54e316cb04151c0a;hb=8082e4ed0a61da347f1c7f210493c4e9e55c8cd0;hp=f28d9031303c2cfebb2eb260ab48d6008951fd9e;hpb=340d10e47238daeb5e5eb27df25b4e7ec71f6571;p=linux-2.6 diff --git a/lib/Makefile b/lib/Makefile index f28d903130..52f83380f7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -38,6 +38,7 @@ obj-$(CONFIG_REED_SOLOMON) += reed_solomon/ obj-$(CONFIG_TEXTSEARCH) += textsearch.o obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o +obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o hostprogs-y := gen_crc32table