• S
    Define CPUDIR for the .lds link script · 7e6403a6
    Simon Glass 提交于
    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: NSimon Glass <sjg@chromium.org>
    7e6403a6
Makefile 24.9 KB