Makefile: move buildroot toolchain to ./buildroot

ar9331
Alexander Couzens 8 years ago
parent ada36ea014
commit 7de34dd008

1
.gitignore vendored

@ -0,0 +1 @@
buildroot/**

@ -8,7 +8,7 @@ export UBOOTDIR=$(TOPDIR)/u-boot
#CONFIG_TOOLCHAIN_PREFIX=/opt/build/toolchain-mipsbe-4.7.3/bin/mips-linux-
CONFIG_TOOLCHAIN_PREFIX=mips-buildroot-linux-uclibc-
export PATH:=$(PWD)/../buildroot/output/host/usr/bin/:$(PATH)
export PATH:=$(PWD)/buildroot/output/host/usr/bin/:$(PATH)
########################

Loading…
Cancel
Save