Searched hist:ee60197e64f4daa8869a88ccc20bf6896a218657 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/ |
H A D | Makefile | ee60197e64f4daa8869a88ccc20bf6896a218657 Mon Nov 21 04:49:37 CST 2011 Simon Glass <sjg@chromium.org> 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>
|