qtuio: 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
acd088c23d
commit
b163c3267c
@ -32,7 +32,7 @@ endef
|
||||
ifeq ($(BR2_QTUIO_EXAMPLES),y)
|
||||
define QTUIO_BUILD_EXAMPLES
|
||||
for example in $(QTUIO_EXAMPLES) ; do \
|
||||
$(MAKE) -C $(@D)/examples/$${example} || exit 1; \
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/examples/$${example} || exit 1; \
|
||||
done
|
||||
endef
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user