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 | 14b016052c89e8ce6c21c06dc6f1150590e3245f (patch) | |
tree | 8c60248fd2127c0def2c773ff3fa88300a42cf42 /package/button-hotplug/Makefile | |
parent | c5fb8c2c0543d04c6a70c7e23eb745277d819d42 (diff) | |
download | upstream-14b016052c89e8ce6c21c06dc6f1150590e3245f.tar.gz upstream-14b016052c89e8ce6c21c06dc6f1150590e3245f.tar.bz2 upstream-14b016052c89e8ce6c21c06dc6f1150590e3245f.zip |
fix kernel modules compile (as in [13724])
SVN-Revision: 13929
Diffstat (limited to 'package/button-hotplug/Makefile')
-rw-r--r-- | package/button-hotplug/Makefile | 1 |
1 files changed, 0 insertions, 1 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 |