Skip to content
Snippets Groups Projects
Commit 3a794cde authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

mtd: external toolchains usually do not know about MTDREFRESH, so search in...

mtd: external toolchains usually do not know about MTDREFRESH, so search in $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain

SVN-Revision: 29779
parent f7a7e289
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ endef ...@@ -35,7 +35,7 @@ endef
target=$(firstword $(subst -, ,$(BOARD))) target=$(firstword $(subst -, ,$(BOARD)))
MAKE_FLAGS += TARGET="$(target)" MAKE_FLAGS += TARGET="$(target)"
TARGET_CFLAGS += -Dtarget_$(target)=1 -Wall TARGET_CFLAGS := -I$(LINUX_DIR)/include $(TARGET_CFLAGS) -Dtarget_$(target)=1 -Wall
ifdef CONFIG_MTD_REDBOOT_PARTS ifdef CONFIG_MTD_REDBOOT_PARTS
MAKE_FLAGS += FIS_SUPPORT=1 MAKE_FLAGS += FIS_SUPPORT=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment