p910nd: 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
d95db2098f
commit
1b95cc2898
@ -11,7 +11,7 @@ P910ND_LICENSE = GPLv2
|
||||
P910ND_LICENSE_FILES = COPYING
|
||||
|
||||
define P910ND_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define P910ND_INSTALL_TARGET_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user