]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Allow arch directory to contain .lds without requiring Makefile
authorSimon Glass <sjg@chromium.org>
Mon, 21 Nov 2011 10:49:37 +0000 (10:49 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 30 Mar 2012 05:43:28 +0000 (07:43 +0200)
commitee60197e64f4daa8869a88ccc20bf6896a218657
treeb8c64618b17a94be373110116022556faf189c87
parent76e2c169a525159d48dd005a371fb05e1943c64b
Allow arch directory to contain .lds without requiring Makefile

The Makefile for a CPU is in arch/($ARCH)/cpu/$(CPU). We want to support
having an .lds file in arch/$(ARCH)/cpu without requiring an additional
Makefile there. This change makes it clear that we expect a Makefile in
the same directory as the link script except in this case.

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