diff options
Diffstat (limited to 'package/spca5xx/Makefile')
-rw-r--r-- | package/spca5xx/Makefile | 2 |
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 |