]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - config.mk
Added GPIO initialization of DF signal. Still not working.
[karo-tx-uboot.git] / config.mk
index 2c6cfb4b3ce8416ff696dece936d96d4787783e2..aef099ec866176d470cf96826a7e2765b83d2b5b 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -132,9 +132,14 @@ CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes
 endif
 
 ifdef WILD_WILD_WEST
-CFLAGS := $(CFLAGS) -Werror
+CFLAGS := $(CPPFLAGS) -Werror
 endif
 
+ifdef NO_JUMP
+CFLAGS := $(CPPFLAGS) -fno-schedule-insns -fno-schedule-insns2
+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)