diff --git a/Makefile b/Makefile index fdbddd3d3b..b12a734541 100644 --- a/Makefile +++ b/Makefile @@ -7,15 +7,8 @@ export UBOOTDIR=$(TOPDIR)/u-boot #buildroot #CONFIG_TOOLCHAIN_PREFIX=/opt/build/toolchain-mipsbe-4.7.3/bin/mips-linux- -#openwrt NOT YET -#CONFIG_TOOLCHAIN_PREFIX=mips-openwrt-linux-uclibc- -#export PATH:=/mnt/projects/lynxis/openwrt/lazus_2/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:$(PATH) - -#CONFIG_TOOLCHAIN_PREFIX=mips-openwrt-linux-uclibc- -#export PATH:=/home/lynxis/projects/work/sysmocom/Caraboot/OpenWrt-Toolchain-ar71xx-for-mips_r2-gcc-4.6-linaro_uClibc-0.9.33.2/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/bin:$(PATH) - CONFIG_TOOLCHAIN_PREFIX=mips-buildroot-linux-uclibc- -export PATH:=/home/lynxis/projects/work/sysmocom/buildroot/output/host/usr/bin/:$(PATH) +export PATH:=$(PWD)/../buildroot/output/host/usr/bin/:$(PATH) ########################