From 755343442d872de2831dd11f7c5be7f296a20986 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 27 May 2010 23:20:44 +0100 Subject: [PATCH] [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 and also commonly used for gPXE. Signed-off-by: Michael Brown Signed-off-by: Stefan Hajnoczi --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 059c5583..ffa046f1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -95,7 +95,8 @@ INCDIRS += include . # Default build target: build the most common targets and print out a # helpfully suggestive message # -all : bin/blib.a bin/gpxe.dsk bin/gpxe.iso bin/gpxe.usb bin/undionly.kpxe +all : bin/blib.a bin/gpxe.dsk bin/gpxe.iso bin/gpxe.usb bin/undionly.kpxe \ + bin/rtl8139.rom @$(ECHO) '===========================================================' @$(ECHO) @$(ECHO) 'To create a bootable floppy, type' -- 2.17.1