summaryrefslogtreecommitdiff
path: root/package/mtd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-11-04 17:01:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-11-04 17:01:30 +0000
commitc57f66f745ea2492c06355f1d285d23acadc9146 (patch)
tree34b967e35c3573b45108405d608e16301e3a1758 /package/mtd
parentc1aae78816b70d39db7de6725b2cba332ecb5997 (diff)
downloadmtk-20170518-c57f66f745ea2492c06355f1d285d23acadc9146.zip
mtk-20170518-c57f66f745ea2492c06355f1d285d23acadc9146.tar.gz
mtk-20170518-c57f66f745ea2492c06355f1d285d23acadc9146.tar.bz2
mtd: avoid adding the kernel dir to includes, use the toolchain headers
SVN-Revision: 34071
Diffstat (limited to 'package/mtd')
-rw-r--r--package/mtd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index c6b94ff..f429128 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -38,7 +38,7 @@ endef
target=$(firstword $(subst -, ,$(BOARD)))
MAKE_FLAGS += TARGET="$(target)"
-TARGET_CFLAGS := -I$(LINUX_DIR)/include $(TARGET_CFLAGS) -Dtarget_$(target)=1 -Wall
+TARGET_CFLAGS := $(TARGET_CFLAGS) -Dtarget_$(target)=1 -Wall
ifdef CONFIG_MTD_REDBOOT_PARTS
MAKE_FLAGS += FIS_SUPPORT=1