summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-25 10:14:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-25 10:14:18 +0200
commit04d6b35b5d9a9ce5583ed04e8c7b6cf37d86fed0 (patch)
tree7f1311f18c2fae712018d05b0dc7994b9918f586 /lib/Makefile
parent75926bc33d2ec53e7b81cdfd68b66725fd8cd5ac (diff)
downloadbarebox-04d6b35b5d9a9ce5583ed04e8c7b6cf37d86fed0.tar.gz
barebox-04d6b35b5d9a9ce5583ed04e8c7b6cf37d86fed0.tar.xz
lib: Add Kconfig symbol for FNMATCH
fnmatch is useful on its own, so make a separate Kconfig symbol and select it from GLOB. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 92404fd331..1be1742499 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -27,7 +27,7 @@ obj-$(CONFIG_ZLIB) += decompress_inflate.o zlib_inflate/
obj-$(CONFIG_XZ_DECOMPRESS) += decompress_unxz.o xz/
obj-$(CONFIG_CMDLINE_EDITING) += readline.o
obj-$(CONFIG_SIMPLE_READLINE) += readline_simple.o
-obj-$(CONFIG_GLOB) += fnmatch.o
+obj-$(CONFIG_FNMATCH) += fnmatch.o
obj-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o
obj-y += glob.o
obj-y += notifier.o