aboutsummaryrefslogtreecommitdiffstats
path: root/package/i2c-gpio-custom
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
commit877d853a43e02322f5fb1bea08b2c29f02eb916c (patch)
tree010a5bd9b2bac3277166e05cdbe5c5d5829ee27e /package/i2c-gpio-custom
parent7306aa481a1e1a50b01cc3a9eff5cfbe805f30f7 (diff)
downloadupstream-877d853a43e02322f5fb1bea08b2c29f02eb916c.tar.gz
upstream-877d853a43e02322f5fb1bea08b2c29f02eb916c.tar.bz2
upstream-877d853a43e02322f5fb1bea08b2c29f02eb916c.zip
fix kernel modules compile (as in [13724])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13929 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/i2c-gpio-custom')
-rw-r--r--package/i2c-gpio-custom/Makefile1
1 files changed, 0 insertions, 1 deletions
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