diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-22 19:35:20 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-22 19:35:20 +0000 |
commit | fd05dc41af6d19527edb15c1025e55ceba8da10f (patch) | |
tree | 39669065fdb697919b5b370412736ff63b9d1477 /package | |
parent | b3cc6af060ae96b6b82cb3b8b96a68f9c41a1fdf (diff) |
fix spi-ks8995 compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13724 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |