소스 검색

[build] Include ipxe.lkrn in default build

bin/ipxe.lkrn is built anyway in order to create bin/ipxe.iso, so
there is no additional cost to including it within the default build.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 년 전
부모
커밋
7c4a53e3f0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/Makefile

+ 2
- 2
src/Makefile 파일 보기

@@ -101,8 +101,8 @@ INCDIRS		+= include .
101 101
 # Default build target: build the most common targets and print out a
102 102
 # helpfully suggestive message
103 103
 #
104
-ALL		:= bin/blib.a bin/ipxe.dsk bin/ipxe.iso bin/ipxe.usb \
105
-		   bin/undionly.kpxe bin/rtl8139.rom
104
+ALL		:= bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \
105
+		   bin/ipxe.usb bin/undionly.kpxe bin/rtl8139.rom
106 106
 all : $(ALL)
107 107
 	@$(ECHO) '==========================================================='
108 108
 	@$(ECHO)

Loading…
취소
저장