arptables: use $(TARGET_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
72be5e1087
commit
c60b11f00e
@ -10,7 +10,7 @@ ARPTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/arptables/arp
|
||||
ARPTABLES_LICENSE = GPLv2+
|
||||
|
||||
define ARPTABLES_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) \
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||
CC="$(TARGET_CC)" COPT_FLAGS="$(TARGET_CFLAGS)"
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user