summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-10-22 10:40:45 +0000
committerNicolas Thill <nico@openwrt.org>2011-10-22 10:40:45 +0000
commit1651774ed5447c7f310c23cdf2970df9b19cbd1a (patch)
tree2f6ee63b5ed109e754a92bb608d473131055cb74
parentca8712bdbd617c68bae4a327a2e2058f44155e0b (diff)
downloadmtk-20170518-1651774ed5447c7f310c23cdf2970df9b19cbd1a.zip
mtk-20170518-1651774ed5447c7f310c23cdf2970df9b19cbd1a.tar.gz
mtk-20170518-1651774ed5447c7f310c23cdf2970df9b19cbd1a.tar.bz2
wrt55agv2-spidevs: fix build with recent kernel
SVN-Revision: 28516
-rw-r--r--package/wrt55agv2-spidevs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wrt55agv2-spidevs/Makefile b/package/wrt55agv2-spidevs/Makefile
index a149303..236c9a3 100644
--- a/package/wrt55agv2-spidevs/Makefile
+++ b/package/wrt55agv2-spidevs/Makefile
@@ -36,7 +36,7 @@ MAKE_OPTS:= \
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
- LINUXINCLUDE="-I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/mips/include -include linux/autoconf.h" \
+ LINUXINCLUDE="-I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/mips/include -include generated/autoconf.h" \
$(EXTRA_KCONFIG)
define Build/Prepare