david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[build] Add rtl8139.rom to the default build target list

rtl8139.rom is the target used in qemu/kvm, which is the default test
platform for iPXE.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2010-05-27 23:20:44 +01:00
parent a5ad78f27e
commit 2e5a2446bd
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ INCDIRS += include .
# Default build target: build the most common targets and print out a
# helpfully suggestive message
#
all : bin/blib.a bin/ipxe.dsk bin/ipxe.iso bin/ipxe.usb bin/undionly.kpxe
all : bin/blib.a bin/ipxe.dsk bin/ipxe.iso bin/ipxe.usb bin/undionly.kpxe \
bin/rtl8139.rom
@$(ECHO) '==========================================================='
@$(ECHO)
@$(ECHO) 'To create a bootable floppy, type'