cosmetics
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1577 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
018dc9d48e
commit
4bfb1f6ce0
|
@ -20,16 +20,8 @@ end
|
|||
makerule linuxbios.rom
|
||||
depends "linuxbios.strip buildrom"
|
||||
action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SECTION_SIZE)"
|
||||
#action "export size=`ls -l linuxbios.strip | (read p c u g size r ; echo $$size)` ; \\"
|
||||
#action "echo $$size ; \\"
|
||||
#action "dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr $(ROM_IMAGE_SIZE) - $$size`"
|
||||
end
|
||||
|
||||
#makerule payload.block
|
||||
# depends "$(if $(PAYLOAD),$(PAYLOAD), /dev/null)"
|
||||
# action "perl -e '@stats=stat(\"$<\"); $$sz=$$stats[7]; print "\xff" x ($(PAYLOAD_SIZE) - $$sz);' | cat $< - > $@"
|
||||
#end
|
||||
|
||||
makerule crt0.S
|
||||
depends "$(CRT0)"
|
||||
action "cp $< $@"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#object i386_subr.o
|
||||
#object params.o
|
||||
#object hardwaremain.o
|
||||
#object vgabios.o CONFIG_VGABIOS
|
||||
#object idt.o CONFIG_REALMODE_IDT
|
||||
#object pci-irq.c CONFIG_PCIBIOS_IRQ
|
||||
|
@ -10,4 +8,3 @@ object c_start.S
|
|||
object cpu.c
|
||||
object pci_ops.c
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue