summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-09 23:15:22 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-03-09 23:15:22 +0100
commit38e5fc1735b331cedcb7cca08835b6bb1d441b75 (patch)
tree5d34d446e01f759d06a25a4a76e26fd192918b8a /lib
parentf0aa2fcd091e79a0015bcea00fb5b53738523c14 (diff)
downloadbarebox-38e5fc1735b331cedcb7cca08835b6bb1d441b75.tar.gz
barebox-38e5fc1735b331cedcb7cca08835b6bb1d441b75.tar.xz
add glob to Makefile
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 423e49a663..f6ae2d9891 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -20,3 +20,5 @@ obj-$(CONFIG_ZLIB) += zlib.o gunzip.o
obj-$(CONFIG_CRC32) += crc32.o
obj-$(CONFIG_CMDLINE_EDITING) += readline.o
obj-$(CONFIG_SIMPLE_READLINE) += readline_simple.o
+obj-$(CONFIG_GLOB) += fnmatch.o
+obj-y += glob.o