change it so linuxbios.rom is the final target.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1044 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
138af8aa1d
commit
aead5f2582
|
@ -2,7 +2,7 @@ init config/crt0.base
|
|||
ldscript config/ldscript.lb
|
||||
|
||||
makerule all
|
||||
depends "romimage"
|
||||
depends "linuxbios.rom"
|
||||
end
|
||||
|
||||
makerule floppy
|
||||
|
@ -10,11 +10,6 @@ makerule floppy
|
|||
action "mcopy -o romimage a:"
|
||||
end
|
||||
|
||||
makerule romimage
|
||||
depends "linuxbios.rom payload.block"
|
||||
action "cat payload.block linuxbios.rom > romimage"
|
||||
end
|
||||
|
||||
makerule nrv2b
|
||||
depends "$(TOP)/util/nrv2b/nrv2b.c"
|
||||
action "$(HOSTCC) -O2 -DENCODE -DDECODE -DMAIN -DVERBOSE -DNDEBUG -DBITSIZE=32 -DENDIAN=0 $< -o $@"
|
||||
|
|
Loading…
Reference in New Issue