jimtcl: 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:
Gustavo Zacarias 2016-10-17 13:06:00 -03:00 committed by Thomas Petazzoni
parent e290ae7202
commit cee121d0f7

View file

@ -51,7 +51,7 @@ endef
define JIMTCL_BUILD_CMDS
SH_CFLAGS="-fPIC" \
SHOBJ_CFLAGS="-fPIC" \
$(MAKE) -C $(@D)
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
endef
define JIMTCL_INSTALL_STAGING_CMDS