X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9eee6e39534a466bd833616afc78905b0c55c76d..93ffeaf647765f11d397a540d6c1b5a4a1b1e35f:/openwrt/target/linux/package/spca5xx/Makefile diff --git a/openwrt/target/linux/package/spca5xx/Makefile b/openwrt/target/linux/package/spca5xx/Makefile index a2b43e997..95a48a9a3 100644 --- a/openwrt/target/linux/package/spca5xx/Makefile +++ b/openwrt/target/linux/package/spca5xx/Makefile @@ -28,6 +28,9 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(KERNEL_DIR) \ + ARCH="$(LINUX_KARCH)" \ + CROSS_COMPILE="$(TARGET_CROSS)" \ + KERNELVERSION="$(KERNEL_VERSION)" \ SUBDIRS="$(PKG_BUILD_DIR)" \ modules touch $@