summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSascha Hauer <sha@pengutronix.de>2009-10-12 14:14:53 +0200
committerSascha Hauer <sha@pengutronix.de>2009-10-12 14:14:53 +0200
commitc1cf740becdde74ef2b8966981cdb185098a3b48 (patch)
treefb5b0e5237483fedf67190a5c3a42d52dd416d96 /arch/sandbox
parentbf84eeb078721019dbab81a26170c53388256a1d (diff)
downloadbarebox-c1cf740becdde74ef2b8966981cdb185098a3b48.tar.gz
barebox-c1cf740becdde74ef2b8966981cdb185098a3b48.tar.xz
sandbox: use libc ioctl for os part
Signed-off-by: Sascha Hauer <sha@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 7d84e71c85..5501b104ba 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -19,7 +19,8 @@ CFLAGS += -Dmalloc=u_boot_malloc \
-Dfputc=u_boot_fputc -Dfgets=u_boot_fgets \
-Dfputs=u_boot_fputs -Dsetenv=u_boot_setenv \
-Dgetenv=u_boot_getenv -Dprintf=u_boot_printf \
- -Dglob=u_boot_glob -Dglobfree=u_boot_globfree
+ -Dglob=u_boot_glob -Dglobfree=u_boot_globfree \
+ -Dioctl=u_boot_ioctl
ifeq ($(incdir-y),)
incdir-y := $(machine-y)