summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:56:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:56:35 +0200
commitcd75dd3647674c58014e51c179601c2830f66c18 (patch)
tree733432b35dc61345b4c6461c64145aa01dbec50b /arch/ppc/Makefile
parent36ffd6f18af9644a951d7f89512d809fe91d9cdf (diff)
downloadbarebox-cd75dd3647674c58014e51c179601c2830f66c18.tar.gz
barebox-cd75dd3647674c58014e51c179601c2830f66c18.tar.xz
[kbuild] remove -Wstritct-prototypes from arch/ppc/Makefile. It's
already in toplevel Makefile
Diffstat (limited to 'arch/ppc/Makefile')
-rw-r--r--arch/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 26a8c77d6c..a09e0a17b0 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -1,6 +1,6 @@
CPPFLAGS += -ffixed-r14 \
- -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
+ -meabi -D __PPC__ -D CONFIG_PPC \
-fno-strict-aliasing
ifdef CONFIG_RELOCATABLE