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 | a6538d14806732b1adae5f16dc38c3e66c317342 (patch) | |
tree | ca89f5e0acc48eee8f1293f77afb97bf585b8af1 /package | |
parent | 07d713bb76c603252c864f37333fef6afbef054c (diff) | |
download | upstream-a6538d14806732b1adae5f16dc38c3e66c317342.tar.gz upstream-a6538d14806732b1adae5f16dc38c3e66c317342.tar.bz2 upstream-a6538d14806732b1adae5f16dc38c3e66c317342.zip |
fix spi-ks8995 compile
SVN-Revision: 13724
Diffstat (limited to 'package')
-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 |