projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8712b
)
wrt55agv2-spidevs: fix build with recent kernel
author
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Oct 2011 10:40:45 +0000
(10:40 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Oct 2011 10:40:45 +0000
(10:40 +0000)
SVN-Revision: 28516
package/wrt55agv2-spidevs/Makefile
patch
|
blob
|
history
diff --git
a/package/wrt55agv2-spidevs/Makefile
b/package/wrt55agv2-spidevs/Makefile
index a149303888a22525dbb77bb9f2ae31739f92c266..236c9a3be388e84ddf7e42e6b1159f269f149a92 100644
(file)
--- 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