[Buildroot] [PATCH 73/93] ti-sgx-um: use $(TARGET_MAKE_ENV) when calling $(MAKE)

gustavo.zacarias at free-electrons.com gustavo.zacarias at free-electrons.com
Mon Oct 17 16:07:00 UTC 2016


From: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>

Signed-off-by: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
---
 package/ti-sgx-um/ti-sgx-um.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ti-sgx-um/ti-sgx-um.mk b/package/ti-sgx-um/ti-sgx-um.mk
index d9ff2df..d5c50a0 100644
--- a/package/ti-sgx-um/ti-sgx-um.mk
+++ b/package/ti-sgx-um/ti-sgx-um.mk
@@ -15,11 +15,11 @@ TI_SGX_UM_INSTALL_STAGING = YES
 TI_SGX_UM_DEPENDENCIES = libdrm
 
 define TI_SGX_UM_INSTALL_STAGING_CMDS
-	$(MAKE) -C $(@D) DISCIMAGE=$(STAGING_DIR) install
+	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DISCIMAGE=$(STAGING_DIR) install
 endef
 
 define TI_SGX_UM_INSTALL_TARGET_CMDS
-	$(MAKE) -C $(@D) DISCIMAGE=$(TARGET_DIR) install
+	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DISCIMAGE=$(TARGET_DIR) install
 endef
 
 # libs use the following file for configuration
-- 
2.7.3




More information about the buildroot mailing list