From ada36ea014b6682dde2f1b3540e099cfa0ecceda Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Mar 2015 17:07:13 +0100 Subject: [PATCH] Makefile: remove user specific path and replace them with relative paths --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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) ########################