summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2010-05-28 00:20:44 +0200
committerMichael Brown2010-05-28 00:20:44 +0200
commit2e5a2446bdd221c71ffaf89a6511c3a9da3dfe10 (patch)
tree791d4f617f86346e30348f81a295501e6ac020a9 /src/Makefile
parent[build] Allow building against a zlib in a non-standard location (diff)
downloadipxe-2e5a2446bdd221c71ffaf89a6511c3a9da3dfe10.tar.gz
ipxe-2e5a2446bdd221c71ffaf89a6511c3a9da3dfe10.tar.xz
ipxe-2e5a2446bdd221c71ffaf89a6511c3a9da3dfe10.zip
[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>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index febcb4ff..ea2445a6 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'