add new netfilter modules to ar7 config
[openwrt.git] / target / linux / package / spca5xx / Makefile
index a2b43e9..cb08957 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2005/06/11 15:36:31 nbd Exp $
+# $Id$
 
 include $(TOPDIR)/rules.mk
 include ../../rules.mk
@@ -18,6 +18,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 ifeq ($(KERNEL_DIR),)
 KERNEL_DIR:=$(LINUX_DIR)
 endif
+KERNEL_VERSION=$(shell echo "$(LINUX_VERSION)" | cut -d. -f1,2)
 
 include $(TOPDIR)/package/rules.mk
 
@@ -28,6 +29,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.023384 seconds and 4 git commands to generate.