summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:51:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:51:05 +0200
commit39a78d995122d66f846a70f8a49441a28d1c5112 (patch)
tree071569f3ee7b52431bcd76462106d4302706ca3d /arch/ppc
parent847934bc960ba1588c87e283118318dfdd78d4c0 (diff)
downloadbarebox-39a78d995122d66f846a70f8a49441a28d1c5112.tar.gz
barebox-39a78d995122d66f846a70f8a49441a28d1c5112.tar.xz
[kbuild] remove -Wall from architecture Makefiles. It's already
in toplevel CFLAGS
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 057f8be2ef..12bcdda177 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -Wall -ffixed-r14 \
+CPPFLAGS += -ffixed-r14 \
-pipe -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-fno-strict-aliasing