summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:54:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:54:37 +0200
commit36ffd6f18af9644a951d7f89512d809fe91d9cdf (patch)
tree8c3bac1bb404737d9ce499f3cbc55e673761049e /Makefile
parent39a78d995122d66f846a70f8a49441a28d1c5112 (diff)
downloadbarebox-36ffd6f18af9644a951d7f89512d809fe91d9cdf.tar.gz
barebox-36ffd6f18af9644a951d7f89512d809fe91d9cdf.tar.xz
[kbuild] move -pipe 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 c516e882f8..f175100d4e 100644
--- a/Makefile
+++ b/Makefile
@@ -309,7 +309,7 @@ CPPFLAGS := -D__KERNEL__ -D__U_BOOT__ $(LINUXINCLUDE) -fno-builtin -ffree
-nostdinc
CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
- -fno-strict-aliasing -fno-common -Os
+ -fno-strict-aliasing -fno-common -Os -pipe
AFLAGS := -D__ASSEMBLY__
# Read KERNELRELEASE from include/config/kernel.release (if it exists)