]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
config.mk: specify the exact path to standalone linker script
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 5 Mar 2014 07:59:39 +0000 (16:59 +0900)
committerTom Rini <trini@ti.com>
Fri, 7 Mar 2014 15:59:06 +0000 (10:59 -0500)
commita0a15b441cfd5a192aacfb88a8d062d008488614
treefe8d468677c9322ec1dbe5e82ef2ee21e7bcf5ea
parentcd2e46cb38d5aeada2b2c2f881cdc6baa672dc09
config.mk: specify the exact path to standalone linker script

We want to change the build system to include config.mk
only from ./Makefile and spl/Makefile.
We must prepare for that in this commit.

$(src) is a moving target and not handy for our purpose.
We must replace it with a fixed path.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/mips/cpu/mips32/config.mk
arch/mips/cpu/mips64/config.mk
arch/mips/cpu/xburst/config.mk
arch/nds32/config.mk
arch/sparc/config.mk