summaryrefslogtreecommitdiffstats
path: root/package/siit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/siit/Makefile')
-rw-r--r--package/siit/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/package/siit/Makefile b/package/siit/Makefile
index 1eaaac356..fc67d0d3c 100644
--- a/package/siit/Makefile
+++ b/package/siit/Makefile
@@ -21,6 +21,8 @@ define KernelPackage/siit
AUTOLOAD:=$(call AutoLoad,50,siit)
endef
+include $(INCLUDE_DIR)/kernel-defaults.mk
+
define KernelPackage/siit/description
Stateless IP ICMP Translation Algorithm
endef
@@ -31,13 +33,7 @@ define Build/Prepare
endef
define Build/Compile
- $(MAKE) -C $(LINUX_DIR) \
- CROSS_COMPILE="$(TARGET_CROSS)" \
- ARCH="$(LINUX_KARCH)" \
- SUBDIRS="$(PKG_BUILD_DIR)" \
- KERNELDIR=$(LINUX_DIR) \
- CC="$(TARGET_CC)" \
- modules
+ $(MAKE) $(KERNEL_MAKEOPTS) M=$(PKG_BUILD_DIR) modules
endef
$(eval $(call KernelPackage,siit))