This is the change so that we can readable ldscript.ld
amd/rumba now builds. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0f1e9ea0b6
commit
b7ac85c30d
|
@ -13,7 +13,7 @@ makedefine HOSTCFLAGS:= -Os -Wall
|
||||||
|
|
||||||
makerule ldscript.ld
|
makerule ldscript.ld
|
||||||
depends "ldoptions $(LDSUBSCRIPTS-1)"
|
depends "ldoptions $(LDSUBSCRIPTS-1)"
|
||||||
action "echo \"INCLUDE ldoptions\" > $@ ; for file in $(LDSUBSCRIPTS-1) ; do echo \"INCLUDE $$file\" >> $@ ; done"
|
action "echo '/*ldoptions*/' > $@; cat ldoptions >> $@ ; for file in $(LDSUBSCRIPTS-1) ; do echo /\* $$file \*/ >> $@; cat $$file >> $@ ; done"
|
||||||
end
|
end
|
||||||
|
|
||||||
#makerule cpuflags
|
#makerule cpuflags
|
||||||
|
|
|
@ -14,7 +14,8 @@ romimage "normal"
|
||||||
# payload ../../../../tg3--ide_disk.zelf
|
# payload ../../../../tg3--ide_disk.zelf
|
||||||
# payload ../../../../../lnxieepro100.ebi
|
# payload ../../../../../lnxieepro100.ebi
|
||||||
# payload /etc/hosts
|
# payload /etc/hosts
|
||||||
payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
|
# payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
|
||||||
|
payload /tmp/filo.elf
|
||||||
end
|
end
|
||||||
|
|
||||||
romimage "fallback"
|
romimage "fallback"
|
||||||
|
@ -25,7 +26,8 @@ romimage "fallback"
|
||||||
# payload ../../../../tg3--ide_disk.zelf
|
# payload ../../../../tg3--ide_disk.zelf
|
||||||
# payload ../../../../../lnxieepro100.ebia
|
# payload ../../../../../lnxieepro100.ebia
|
||||||
# payload /etc/hosts
|
# payload /etc/hosts
|
||||||
payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
|
# payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
|
||||||
|
payload /tmp/filo.elf
|
||||||
end
|
end
|
||||||
|
|
||||||
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
|
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
|
||||||
|
|
Loading…
Reference in New Issue