Browse Source

[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>
tags/v1.20.1
Michael Brown 14 years ago
parent
commit
2e5a2446bd
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/Makefile

+ 2
- 1
src/Makefile View File

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

Loading…
Cancel
Save