[Buildroot] [PATCH 78/93] omap-u-boot-utils: use $(HOST_MAKE_ENV) when calling $(MAKE)

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


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

Signed-off-by: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
---
 package/omap-u-boot-utils/omap-u-boot-utils.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/omap-u-boot-utils/omap-u-boot-utils.mk b/package/omap-u-boot-utils/omap-u-boot-utils.mk
index 7cfed65..b8a342b 100644
--- a/package/omap-u-boot-utils/omap-u-boot-utils.mk
+++ b/package/omap-u-boot-utils/omap-u-boot-utils.mk
@@ -10,7 +10,7 @@ OMAP_U_BOOT_UTILS_LICENSE = GPLv2, GPLv2+
 OMAP_U_BOOT_UTILS_LICENSE_FILES = COPYING
 
 define HOST_OMAP_U_BOOT_UTILS_BUILD_CMDS
-	$(MAKE) -C $(@D)
+	$(HOST_MAKE_ENV) $(MAKE) -C $(@D)
 endef
 
 define HOST_OMAP_U_BOOT_UTILS_INSTALL_CMDS
-- 
2.7.3



More information about the buildroot mailing list