From 7452de6bd914d2c9d41b23063491f98aae7da169 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 16 Aug 2006 19:16:23 +0000 Subject: fix minor compile issues with spca5xx git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4572 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/spca5xx/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/spca5xx/Makefile') diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile index 08f7ef3f15..7f9cdd8e92 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 -- cgit v1.2.3