summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
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)