9
0
Fork 0

sandbox: use libc ioctl for os part

Signed-off-by: Sascha Hauer <sha@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-10-12 14:14:53 +02:00
parent bf84eeb078
commit c1cf740bec
1 changed files with 2 additions and 1 deletions

View File

@ -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)