mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
[build] Include ipxe.pxe in default build
Signed-off-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
c0af8c0433
commit
51d14424bf
@@ -108,7 +108,7 @@ INCDIRS += include .
|
|||||||
# helpfully suggestive message
|
# helpfully suggestive message
|
||||||
#
|
#
|
||||||
ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \
|
ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \
|
||||||
bin/ipxe.usb bin/undionly.kpxe bin/rtl8139.rom
|
bin/ipxe.usb bin/ipxe.pxe bin/undionly.kpxe bin/rtl8139.rom
|
||||||
all : $(ALL)
|
all : $(ALL)
|
||||||
@$(ECHO) '==========================================================='
|
@$(ECHO) '==========================================================='
|
||||||
@$(ECHO)
|
@$(ECHO)
|
||||||
|
|||||||
Reference in New Issue
Block a user