diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-12-22 19:35:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-12-22 19:35:20 +0000 |
commit | d1e67bb7aa7f857eba3f3a7ac45cf54e25b378ca (patch) | |
tree | 39669065fdb697919b5b370412736ff63b9d1477 /package/spi-ks8995/Makefile | |
parent | 04e15044bf13b3df2c327f081132ad3f3e02a403 (diff) | |
download | upstream-d1e67bb7aa7f857eba3f3a7ac45cf54e25b378ca.tar.gz upstream-d1e67bb7aa7f857eba3f3a7ac45cf54e25b378ca.tar.bz2 upstream-d1e67bb7aa7f857eba3f3a7ac45cf54e25b378ca.zip |
fix spi-ks8995 compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/spi-ks8995/Makefile')
-rw-r--r-- | package/spi-ks8995/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/spi-ks8995/Makefile b/package/spi-ks8995/Makefile index f4647502c3..26b9d12a4d 100644 --- a/package/spi-ks8995/Makefile +++ b/package/spi-ks8995/Makefile @@ -39,7 +39,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 |