summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorThomas Graf2005-06-24 05:49:30 +0200
committerDavid S. Miller2005-06-24 05:49:30 +0200
commit2de4ff7bd658c97fb357efa3095a509674dacb5a (patch)
tree49036dbf594317a6a17ff4e56f65158a6aeacbda /lib/Makefile
parent[TCP]: Allow choosing TCP congestion control via sockopt. (diff)
downloadkernel-qcow2-linux-2de4ff7bd658c97fb357efa3095a509674dacb5a.tar.gz
kernel-qcow2-linux-2de4ff7bd658c97fb357efa3095a509674dacb5a.tar.xz
kernel-qcow2-linux-2de4ff7bd658c97fb357efa3095a509674dacb5a.zip
[LIB]: Textsearch infrastructure.
The textsearch infrastructure provides text searching facitilies for both linear and non-linear data. Individual search algorithms are implemented in modules and chosen by the user. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index dcb4231916e2..3e917436ad60 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -36,6 +36,8 @@ obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/
obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/
obj-$(CONFIG_REED_SOLOMON) += reed_solomon/
+lib-$(CONFIG_TEXTSEARCH) += textsearch.o
+
hostprogs-y := gen_crc32table
clean-files := crc32table.h