summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index acd45fcf..66f287d4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -108,7 +108,11 @@ INCDIRS += include .
# helpfully suggestive message
#
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/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) '==========================================================='
@$(ECHO)