[U-Boot] File name substitution in linker scripts
Stefan Roese
sr at denx.de
Mon Oct 26 15:49:05 CET 2009
I'm wondering if and how it's possible to use a "variable" file name for
inclusion in a linker script. Reason for this is the consolidation of the
ppc4xx linker scripts, where some boards (PPC440) include a board specific
file (e.g. board/amcc/canyonlands/init.o) into the section "bootpg":
.bootpg RESET_VECTOR_ADDRESS - 0xffc :
{
cpu/ppc4xx/start.o (.bootpg)
board/amcc/canyonlands/init.o (.bootpg)
}
Is there a way to write something like this:
.bootpg RESET_VECTOR_ADDRESS - 0xffc :
{
cpu/ppc4xx/start.o (.bootpg)
board/$(BOARDDIR)/init.o (.bootpg)
}
in a linker script?
Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
More information about the U-Boot
mailing list