summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:26:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:29:57 +0200
commit7681d868badf6f5775256ded3d2ec8593221a5c9 (patch)
treebe6cc86e984b746fcae593dd202f3d19e64a44dc /arch/sandbox/Makefile
parent878f38de8fea2523cb18562344a2ab0dafc58017 (diff)
downloadbarebox-7681d868badf6f5775256ded3d2ec8593221a5c9.tar.gz
barebox-7681d868badf6f5775256ded3d2ec8593221a5c9.tar.xz
[kbuild] move -Os flag from architecture Makefiles to toplevel
Makefile
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index b1ed283745..19a41fd7aa 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -11,7 +11,7 @@ lds-y := arch/sandbox/lib/u-boot.lds
TEXT_BASE = $(CONFIG_TEXT_BASE)
CPPFLAGS += -P
-CFLAGS += -Os -Dmalloc=u_boot_malloc \
+CFLAGS += -Dmalloc=u_boot_malloc \
-Dfree=u_boot_free -Drealloc=u_boot_realloc \
-Dread=u_boot_read -Dwrite=u_boot_write \
-Dopen=u_boot_open -Dclose=u_boot_close \