From c1cf740becdde74ef2b8966981cdb185098a3b48 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 12 Oct 2009 14:14:53 +0200 Subject: sandbox: use libc ioctl for os part Signed-off-by: Sascha Hauer --- arch/sandbox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/sandbox') 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) -- cgit v1.2.3