diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-01-08 01:03:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-01-08 01:03:54 +0000 |
commit | 877d853a43e02322f5fb1bea08b2c29f02eb916c (patch) | |
tree | 010a5bd9b2bac3277166e05cdbe5c5d5829ee27e /package/w1-gpio-custom | |
parent | 7306aa481a1e1a50b01cc3a9eff5cfbe805f30f7 (diff) | |
download | upstream-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/w1-gpio-custom')
-rw-r--r-- | package/w1-gpio-custom/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |