summaryrefslogtreecommitdiff
path: root/package/u-boot
diff options
context:
space:
mode:
Diffstat (limited to 'package/u-boot')
-rw-r--r--package/u-boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index 576a98abd..c3976e0ce 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -113,7 +113,7 @@ u-boot-hostinstall:
$(STAGING_HOST_DIR)/usr/bin
do-configure:
- (cd $(WRKBUILD) && $(MAKE) $(CONFIG))
+ (cd $(WRKBUILD) && PATH='$(HOST_PATH)' $(MAKE) $(CONFIG))
do-build:
(cd $(WRKBUILD) && env \