1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 03:33:52 +02:00

wrt55agv2-spidevs: fix build with recent kernel

SVN-Revision: 28516
This commit is contained in:
Nicolas Thill 2011-10-22 10:40:45 +00:00
parent ca8712bdbd
commit 1651774ed5

View File

@ -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