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: off...@denx.de
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to