Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65df877a authored by David S. Miller's avatar David S. Miller
Browse files

[LIB]: textsearch.o needs to be obj-y not lib-y.



It exports symbols.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a8acfbac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/
obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/
obj-$(CONFIG_REED_SOLOMON) += reed_solomon/

lib-$(CONFIG_TEXTSEARCH) += textsearch.o
obj-$(CONFIG_TEXTSEARCH) += textsearch.o
obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o
obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o