fix 2.6 module build when compiling on a 2.4 host system
[openwrt.git] / openwrt / target / linux / package / spca5xx / Makefile
index a2b43e9..95a48a9 100644 (file)
@@ -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 $@
This page took 0.019142 seconds and 4 git commands to generate.