summaryrefslogtreecommitdiffstats
path: root/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 /Makefile
parent878f38de8fea2523cb18562344a2ab0dafc58017 (diff)
downloadbarebox-7681d868badf6f5775256ded3d2ec8593221a5c9.tar.gz
barebox-7681d868badf6f5775256ded3d2ec8593221a5c9.tar.xz
[kbuild] move -Os flag from architecture Makefiles to toplevel
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e30139ceb0..5d338c05a8 100644
--- a/Makefile
+++ b/Makefile
@@ -308,7 +308,7 @@ LINUXINCLUDE := -Iinclude \
CPPFLAGS := -D__KERNEL__ -D__U_BOOT__ $(LINUXINCLUDE)
CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
- -fno-strict-aliasing -fno-common
+ -fno-strict-aliasing -fno-common -Os
AFLAGS := -D__ASSEMBLY__
# Read KERNELRELEASE from include/config/kernel.release (if it exists)