]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Define CPUDIR for the .lds link script
authorSimon Glass <sjg@chromium.org>
Mon, 21 Nov 2011 10:49:40 +0000 (10:49 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 30 Mar 2012 05:43:37 +0000 (07:43 +0200)
commit7e6403a66d9a9c939ee8146436d7d652673b2995
tree85448fc765d67dae43baa307ffe3fa8b99bfbce4
parent3a62d8c3a93c63183fdad1d52277bb15ac72ba79
Define CPUDIR for the .lds link script

Most link scripts differ only in the directory containing the start.o
file. Make this a #define to remove this last difference.

(Note that if start.o were disallowed outside the CPU start directory then
we wouldn't even need this. But that is a separate discussion.)

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
spl/Makefile