summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-04-28 20:25:06 -0600
committerSimon Glass <sjg@chromium.org>2015-04-29 21:02:32 -0600
commit9a7d700ccacc71e9b05f01b6d0f3b95178fb7061 (patch)
tree6c2353bcb15142f515306b10aa3f627d9d6e55ed /arch/x86
parent40513861078d82a7fc8fe246ca6eeff89160d932 (diff)
downloadtalos-obmc-uboot-9a7d700ccacc71e9b05f01b6d0f3b95178fb7061.tar.gz
talos-obmc-uboot-9a7d700ccacc71e9b05f01b6d0f3b95178fb7061.zip
x86: Disable -Werror
This is annoying during development and serves no useful purpose since warnings are clearly displayed now that we are using Kbuild. Remove this option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/cpu/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/config.mk b/arch/x86/cpu/config.mk
index 84aeaf3edc..4c4d0c7cd2 100644
--- a/arch/x86/cpu/config.mk
+++ b/arch/x86/cpu/config.mk
@@ -7,7 +7,7 @@
CROSS_COMPILE ?= i386-linux-
-PLATFORM_CPPFLAGS += -D__I386__ -Werror
+PLATFORM_CPPFLAGS += -D__I386__
# DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
LDPPFLAGS += -DRESET_SEG_START=0xffff0000
OpenPOWER on IntegriCloud