]> git.sur5r.net Git - u-boot/blobdiff - config.mk
New board directory and config for the benq delta board (copied from
[u-boot] / config.mk
index d85ac36b5e602c3e80c67c8c5cb1d767f6f49680..2c6cfb4b3ce8416ff696dece936d96d4787783e2 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -131,6 +131,10 @@ else
 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes
 endif
 
+ifdef WILD_WILD_WEST
+CFLAGS := $(CFLAGS) -Werror
+endif
+
 # avoid trigraph warnings while parsing pci.h (produced by NIOS gcc-2.9)
 # this option have to be placed behind -Wall -- that's why it is here
 ifeq ($(ARCH),nios)