summaryrefslogtreecommitdiffstats
path: root/package/spca5xx/Makefile
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-16 19:16:23 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-16 19:16:23 +0000
commit7c84941e8e4bf18796144bb8c62a68ac9cc35f4a (patch)
tree4075f7280844894f47308e24999dca1e3a42ad22 /package/spca5xx/Makefile
parent898b3b30747169116cd7e34aebb03dd3d94b6852 (diff)
fix minor compile issues with spca5xx
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/spca5xx/Makefile')
-rw-r--r--package/spca5xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile
index 08f7ef3f1..7f9cdd8e9 100644
--- a/package/spca5xx/Makefile
+++ b/package/spca5xx/Makefile
@@ -37,6 +37,8 @@ define Build/Compile
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
KERNELVERSION="$(KERNEL)" \
+ KERNEL_VERSION="$(LINUX_VERSION)" \
+ KERNELDIR="$(LINUX_DIR)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
modules
endef