Update Makefile

Remove change to ALL per @stappersg recommendation via https://github.com/ipxe/ipxe/pull/102#discussion_r449902455 and I will make this a separate patch.
pull/102/head
dgtlrift 2022-05-02 14:00:17 -04:00 committed by GitHub
parent 3b77a70782
commit f44fdaab3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 18 deletions

View File

@ -131,24 +131,11 @@ INCDIRS += include .
# Default build target: build the most common targets and print out a
# helpfully suggestive message
#
ALL :=
ALL += bin/blib.a
ALL += bin/ipxe.dsk
ALL += bin/ipxe.lkrn
#ALL += bin/ipxe.iso
ALL += bin/ipxe.usb
ALL += bin/ipxe.pxe
ALL += bin/undionly.kpxe
ALL += bin/rtl8139.rom
ALL += bin/8086100e.mrom
ALL += bin/80861209.rom
ALL += bin/10500940.rom
ALL += bin/10222000.rom
ALL += bin/10ec8139.rom
ALL += bin/1af41000.rom
ALL += bin/8086100f.mrom
ALL += bin/808610d3.mrom
ALL += bin/15ad07b0.rom
ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \
bin/ipxe.usb bin/ipxe.pxe bin/undionly.kpxe bin/rtl8139.rom \
bin/8086100e.mrom bin/80861209.rom bin/10500940.rom \
bin/10222000.rom bin/10ec8139.rom bin/1af41000.rom \
bin/8086100f.mrom bin/808610d3.mrom bin/15ad07b0.rom
all : $(ALL)
@$(ECHO) '==========================================================='