[Buildroot] [PATCH 64/93] linux-backports: use $(TARGET_MAKE_ENV) when calling $(MAKE)

gustavo.zacarias at free-electrons.com gustavo.zacarias at free-electrons.com
Mon Oct 17 16:06:51 UTC 2016


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

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

diff --git a/package/linux-backports/linux-backports.mk b/package/linux-backports/linux-backports.mk
index 58cd50f..6f599a8 100644
--- a/package/linux-backports/linux-backports.mk
+++ b/package/linux-backports/linux-backports.mk
@@ -46,7 +46,7 @@ LINUX_BACKPORTS_MODULE_MAKE_OPTS = $(LINUX_BACKPORTS_MAKE_OPTS)
 # generated by running silentoldconfig, but that's not the case for
 # linux-backports: it uses a hand-crafted rule to generate that file.
 define LINUX_BACKPORTS_KCONFIG_FIXUP_CMDS
-	$(MAKE) -C $(@D) $(LINUX_BACKPORTS_MAKE_OPTS) backport-include/backport/autoconf.h
+	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(LINUX_BACKPORTS_MAKE_OPTS) backport-include/backport/autoconf.h
 endef
 
 # Checks to give errors that the user can understand
-- 
2.7.3



More information about the buildroot mailing list