Procházet zdrojové kódy

[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 před 13 roky
rodič
revize
7c4a53e3f0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      src/Makefile

+ 2
- 2
src/Makefile Zobrazit soubor

@@ -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)

Načítá se…
Zrušit
Uložit