diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-07-21 10:45:23 +0200 |
---|---|---|
committer | Wademar Brodkorb <wbx@openadk.org> | 2024-07-26 02:01:00 +0200 |
commit | 53ae57d2fc53ba087b608533f8cde8550a56ead4 (patch) | |
tree | 2ef0cd6cae3eb297159957b3d71a14b8c36ffc3c /package/u-boot/Makefile | |
parent | 68c544510b2fa2a8f81ebc8a5ec351beeb0b596c (diff) |
fixes for beagebone black
Diffstat (limited to 'package/u-boot/Makefile')
-rw-r--r-- | package/u-boot/Makefile | 2 |
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 \ |