ソースを参照

[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年前
コミット
2e5a2446bd
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      src/Makefile

+ 2
- 1
src/Makefile ファイルの表示

@@ -94,7 +94,8 @@ INCDIRS		+= include .
94 94
 # Default build target: build the most common targets and print out a
95 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 99
 	@$(ECHO) '==========================================================='
99 100
 	@$(ECHO)
100 101
 	@$(ECHO) 'To create a bootable floppy, type'

読み込み中…
キャンセル
保存