david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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>
This commit is contained in:
Michael Brown 2011-03-26 14:23:21 +00:00
parent 5590faf14a
commit 7c4a53e3f0
1 changed files with 2 additions and 2 deletions

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