summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-08 01:03:54 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-08 01:03:54 +0000
commit14b016052c89e8ce6c21c06dc6f1150590e3245f (patch)
tree8c60248fd2127c0def2c773ff3fa88300a42cf42
parentc5fb8c2c0543d04c6a70c7e23eb745277d819d42 (diff)
downloadmaster-31e0f0ae-14b016052c89e8ce6c21c06dc6f1150590e3245f.tar.gz
master-31e0f0ae-14b016052c89e8ce6c21c06dc6f1150590e3245f.tar.bz2
master-31e0f0ae-14b016052c89e8ce6c21c06dc6f1150590e3245f.zip
fix kernel modules compile (as in [13724])
SVN-Revision: 13929
-rw-r--r--package/button-hotplug/Makefile1
-rw-r--r--package/i2c-gpio-custom/Makefile1
-rw-r--r--package/w1-gpio-custom/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile
index aae694ccb0..ae4910147e 100644
--- a/package/button-hotplug/Makefile
+++ b/package/button-hotplug/Makefile
@@ -37,7 +37,6 @@ MAKE_OPTS:= \
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
- LINUXINCLUDE="-I$(LINUX_DIR)/include -include linux/autoconf.h" \
$(EXTRA_KCONFIG)
define Build/Prepare
diff --git a/package/i2c-gpio-custom/Makefile b/package/i2c-gpio-custom/Makefile
index 43ce555965..3c8696840c 100644
--- a/package/i2c-gpio-custom/Makefile
+++ b/package/i2c-gpio-custom/Makefile
@@ -37,7 +37,6 @@ MAKE_OPTS:= \
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
- LINUXINCLUDE="-I$(LINUX_DIR)/include -include linux/autoconf.h" \
$(EXTRA_KCONFIG)
define Build/Prepare
diff --git a/package/w1-gpio-custom/Makefile b/package/w1-gpio-custom/Makefile
index 5de8f9b78a..f15dac94e0 100644
--- a/package/w1-gpio-custom/Makefile
+++ b/package/w1-gpio-custom/Makefile
@@ -38,7 +38,6 @@ MAKE_OPTS:= \
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
- LINUXINCLUDE="-I$(LINUX_DIR)/include -include linux/autoconf.h" \
$(EXTRA_KCONFIG)
define Build/Prepare