summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-10-02 08:54:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-10-02 08:54:42 +0200
commit8c746628fe6ab2cba89ef440b2895cbf3d67846b (patch)
treee1aaf4c57155003560f6dfed9a15dc08259acfcb /Makefile
parent08d86870b2346290e94ea1d604437a1b441850e5 (diff)
parent25bffd8a9a1c15a2676b3b128af05c8c66981a5a (diff)
downloadbarebox-8c746628fe6ab2cba89ef440b2895cbf3d67846b.tar.gz
barebox-8c746628fe6ab2cba89ef440b2895cbf3d67846b.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 151579ce71..d959f57422 100644
--- a/Makefile
+++ b/Makefile
@@ -300,6 +300,7 @@ LINUXINCLUDE := -Iinclude -I$(srctree)/dts/include \
CPPFLAGS := -D__KERNEL__ -D__BAREBOX__ $(LINUXINCLUDE) -fno-builtin -ffreestanding
CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
+ -Werror-implicit-function-declaration \
-fno-strict-aliasing -fno-common -Os -pipe
AFLAGS := -D__ASSEMBLY__