Update script to be able to build with the new buildroot.

This commit is contained in:
2016-11-25 21:46:07 +01:00
committed by jbnadal
parent 6c92722606
commit 04fdc62799
5 changed files with 473 additions and 149 deletions

View File

@@ -12,7 +12,7 @@ buildroot.menuconfig: buildroot.config
fi
buildroot: buildroot.config
$(MAKE) $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/
$(MAKE) LD_LIBRARY_PATH=$(BR_STAGING)/cross/opt/ext-toolchain/lib/ $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/
buildroot.shell: buildroot.config
$(eval export $(BR_ENV))