summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-12-15 08:23:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-12-15 08:23:15 +0100
commit57dbf9dea12d3810aa0d9db1680c09cbe9ecc588 (patch)
treecb917f3985382dbd6eb6ea6cdfe25f330cf61e2f /Makefile
parent4fe99e81582f56cc6c9db15fc2c16045a0b3d3df (diff)
parent20192eb8b7914ee25d7f0dc9e19ff1d6d1e5fa44 (diff)
downloadbarebox-57dbf9dea12d3810aa0d9db1680c09cbe9ecc588.tar.gz
barebox-57dbf9dea12d3810aa0d9db1680c09cbe9ecc588.tar.xz
Merge branch 'for-next/efi'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f81f0676d3..ab9d3e677e 100644
--- a/Makefile
+++ b/Makefile
@@ -440,7 +440,7 @@ LINUXINCLUDE := -Iinclude -I$(srctree)/dts/include \
KBUILD_CPPFLAGS := -D__KERNEL__ -D__BAREBOX__ $(LINUXINCLUDE) -fno-builtin -ffreestanding
KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \
- -fno-strict-aliasing -fno-common \
+ -fno-strict-aliasing -fno-common -fshort-wchar \
-Werror=implicit-function-declaration -Werror=implicit-int \
-Os -pipe -Wmissing-prototypes -std=gnu89
KBUILD_AFLAGS := -D__ASSEMBLY__