summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-10-23 13:38:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-23 13:38:39 +0200
commit6b8503baabb5a55dc6e21c80d02ac8729149525e (patch)
treed5d5ae95990164e0cee130a629dabb9ba8226a8b /arch/sandbox/Makefile
parent9a5898e524437495cfdbcb84521136d2bb7ddf2d (diff)
parentdac6e90115de9b47295fc5289a26f686bcae4d35 (diff)
downloadbarebox-6b8503baabb5a55dc6e21c80d02ac8729149525e.tar.gz
barebox-6b8503baabb5a55dc6e21c80d02ac8729149525e.tar.xz
Merge branch 'master' into next
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index ed1194c3e6..b88f1f60f8 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -10,7 +10,6 @@ lds-y := $(BOARD)/barebox.lds
TEXT_BASE = $(CONFIG_TEXT_BASE)
-CPPFLAGS += -P
CFLAGS += -Dmalloc=barebox_malloc \
-Dfree=barebox_free -Drealloc=barebox_realloc \
-Dread=barebox_read -Dwrite=barebox_write \