Browse Source

[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 years ago
parent
commit
7c4a53e3f0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/Makefile

+ 2
- 2
src/Makefile View File

@@ -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…
Cancel
Save