diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-10-22 10:40:45 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-10-22 10:40:45 +0000 |
commit | 1651774ed5447c7f310c23cdf2970df9b19cbd1a (patch) | |
tree | 2f6ee63b5ed109e754a92bb608d473131055cb74 /package | |
parent | ca8712bdbd617c68bae4a327a2e2058f44155e0b (diff) | |
download | upstream-1651774ed5447c7f310c23cdf2970df9b19cbd1a.tar.gz upstream-1651774ed5447c7f310c23cdf2970df9b19cbd1a.tar.bz2 upstream-1651774ed5447c7f310c23cdf2970df9b19cbd1a.zip |
wrt55agv2-spidevs: fix build with recent kernel
SVN-Revision: 28516
Diffstat (limited to 'package')
-rw-r--r-- | package/wrt55agv2-spidevs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wrt55agv2-spidevs/Makefile b/package/wrt55agv2-spidevs/Makefile index a149303888..236c9a3be3 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 |