From: Michael Brown Date: Thu, 27 May 2010 22:20:44 +0000 (+0100) Subject: [build] Add rtl8139.rom to the default build target list X-Git-Tag: v1.20.1~2671 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5a2446bdd221c71ffaf89a6511c3a9da3dfe10;p=thirdparty%2Fipxe.git [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 --- diff --git a/src/Makefile b/src/Makefile index febcb4ff7..ea2445a61 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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'