david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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:
Robin Smidsrød 2013-07-15 14:21:04 +02:00 committed by Michael Brown
parent c0af8c0433
commit 51d14424bf
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ INCDIRS += include .
# helpfully suggestive message
#
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)
@$(ECHO) '==========================================================='
@$(ECHO)