From: Michael Brown Date: Sat, 26 Mar 2011 14:23:21 +0000 (+0000) Subject: [build] Include ipxe.lkrn in default build X-Git-Tag: v1.20.1~2196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4a53e3f063a2bee4bdec44338fc3c5658f70af;p=thirdparty%2Fipxe.git [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 --- diff --git a/src/Makefile b/src/Makefile index e4a4fb427..8cc976ba0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)