summaryrefslogtreecommitdiffstats
path: root/make/iptables.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/iptables.mk')
-rw-r--r--make/iptables.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/iptables.mk b/make/iptables.mk
index df4341250..a441d79e4 100644
--- a/make/iptables.mk
+++ b/make/iptables.mk
@@ -21,6 +21,7 @@ $(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked
touch $(IPTABLES_BUILD_DIR)/.configured
$(IPTABLES_BUILD_DIR)/iptables: $(IPTABLES_BUILD_DIR)/.configured
+ $(TARGET_CONFIGURE_OPTS) \
$(MAKE) -C $(IPTABLES_BUILD_DIR) KERNEL_DIR=$(BUILD_DIR)/linux CC=$(TARGET_CC)
$(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables