projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8acfba
)
[LIB]: textsearch.o needs to be obj-y not lib-y.
author
David S. Miller
<davem@davemloft.net>
Fri, 24 Jun 2005 06:49:52 +0000
(23:49 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Jun 2005 06:49:52 +0000
(23:49 -0700)
It exports symbols.
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index 7f6eda449102e01c6dec272dc3bf1bd6d90d7b05..beed1585294c370a488ea1f85848eeffe2a5dc3d 100644
(file)
--- a/
lib/Makefile
+++ b/
lib/Makefile
@@
-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