mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[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:
@@ -101,8 +101,8 @@ INCDIRS += include .
|
|||||||
# Default build target: build the most common targets and print out a
|
# Default build target: build the most common targets and print out a
|
||||||
# helpfully suggestive message
|
# helpfully suggestive message
|
||||||
#
|
#
|
||||||
ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.iso bin/ipxe.usb \
|
ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \
|
||||||
bin/undionly.kpxe bin/rtl8139.rom
|
bin/ipxe.usb bin/undionly.kpxe bin/rtl8139.rom
|
||||||
all : $(ALL)
|
all : $(ALL)
|
||||||
@$(ECHO) '==========================================================='
|
@$(ECHO) '==========================================================='
|
||||||
@$(ECHO)
|
@$(ECHO)
|
||||||
|
|||||||
Reference in New Issue
Block a user