siit: use $(KERNEL_MAKEOPTS)
SVN-Revision: 20025
This commit is contained in:
parent
3b774fe654
commit
5462fe7958
1 changed files with 3 additions and 7 deletions
|
@ -21,6 +21,8 @@ define KernelPackage/siit
|
||||||
AUTOLOAD:=$(call AutoLoad,50,siit)
|
AUTOLOAD:=$(call AutoLoad,50,siit)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/kernel-defaults.mk
|
||||||
|
|
||||||
define KernelPackage/siit/description
|
define KernelPackage/siit/description
|
||||||
Stateless IP ICMP Translation Algorithm
|
Stateless IP ICMP Translation Algorithm
|
||||||
endef
|
endef
|
||||||
|
@ -31,13 +33,7 @@ define Build/Prepare
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(LINUX_DIR) \
|
$(MAKE) $(KERNEL_MAKEOPTS) M=$(PKG_BUILD_DIR) modules
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
|
||||||
ARCH="$(LINUX_KARCH)" \
|
|
||||||
SUBDIRS="$(PKG_BUILD_DIR)" \
|
|
||||||
KERNELDIR=$(LINUX_DIR) \
|
|
||||||
CC="$(TARGET_CC)" \
|
|
||||||
modules
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,siit))
|
$(eval $(call KernelPackage,siit))
|
||||||
|
|
Loading…
Reference in a new issue