diff options
Diffstat (limited to 'package')
-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 \ |