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 | f70bce7ed98a5bd9e4a1c3319a28093eddb6762e (patch) | |
tree | eb861eb1ec478f87dbfa96b13bb8da0812c879ec | |
parent | 64873ac4e6c694fc0f050348e24910cf81f414ba (diff) | |
download | master-187ad058-f70bce7ed98a5bd9e4a1c3319a28093eddb6762e.tar.gz master-187ad058-f70bce7ed98a5bd9e4a1c3319a28093eddb6762e.tar.bz2 master-187ad058-f70bce7ed98a5bd9e4a1c3319a28093eddb6762e.zip |
[package] wrt55agv2-spidevs: fix build with recent kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28516 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |