소스 검색

[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'

Loading…
취소
저장