]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Include ipxe.lkrn in default build
authorMichael Brown <mcb30@ipxe.org>
Sat, 26 Mar 2011 14:23:21 +0000 (14:23 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 26 Mar 2011 14:23:21 +0000 (14:23 +0000)
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>
src/Makefile

index e4a4fb4271462a76b1346a0fbd2be4b886901d07..8cc976ba09a50c86cdf3bd23677893ba30ba670c 100644 (file)
@@ -101,8 +101,8 @@ INCDIRS             += include .
 # Default build target: build the most common targets and print out a
 # helpfully suggestive message
 #
-ALL            := bin/blib.a bin/ipxe.dsk bin/ipxe.iso bin/ipxe.usb \
-                  bin/undionly.kpxe bin/rtl8139.rom
+ALL            := bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \
+                  bin/ipxe.usb bin/undionly.kpxe bin/rtl8139.rom
 all : $(ALL)
        @$(ECHO) '==========================================================='
        @$(ECHO)