]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Add rtl8139.rom to the default build target list
authorMichael Brown <mcb30@ipxe.org>
Thu, 27 May 2010 22:20:44 +0000 (23:20 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 27 May 2010 22:20:44 +0000 (23:20 +0100)
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>
src/Makefile

index febcb4ff79a90f14e389d79af3dba66abb0ad1d5..ea2445a6135da754203dd14e7c2f7fac67d3d169 100644 (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'