summaryrefslogtreecommitdiff
path: root/package/u-boot
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-07-21 10:45:23 +0200
committerWademar Brodkorb <wbx@openadk.org>2024-07-26 02:01:00 +0200
commit53ae57d2fc53ba087b608533f8cde8550a56ead4 (patch)
tree2ef0cd6cae3eb297159957b3d71a14b8c36ffc3c /package/u-boot
parent68c544510b2fa2a8f81ebc8a5ec351beeb0b596c (diff)
fixes for beagebone black
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 \