summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-09 22:35:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-03-09 22:35:38 +0100
commit187847b2b483f37f3f595af576c362c4e9d4c288 (patch)
treea1040fe6e189196e1247b032205112af71490f7e /arch/sandbox/Makefile
parent2209ae02ba97e7c349e80af8fa6c5946d4510f84 (diff)
downloadbarebox-187847b2b483f37f3f595af576c362c4e9d4c288.tar.gz
barebox-187847b2b483f37f3f595af576c362c4e9d4c288.tar.xz
add globbing support
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 6622fe89ae..25fcceb7e0 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -20,7 +20,8 @@ CFLAGS := -fno-common -Os -Dmalloc=u_boot_malloc \
-Dputc=u_boot_putc -Dfgetc=u_boot_fgetc \
-Dfputc=u_boot_fputc -Dfgets=u_boot_fgets \
-Dfputs=u_boot_fputs -Dsetenv=u_boot_setenv \
- -Dgetenv=u_boot_getenv -Dprintf=u_boot_printf
+ -Dgetenv=u_boot_getenv -Dprintf=u_boot_printf \
+ -Dglob=u_boot_glob -Dglobfree=u_boot_globfree
ifeq ($(incdir-y),)
incdir-y := $(machine-y)