diff options
author | Michael Brown | 2013-12-26 23:36:34 +0100 |
---|---|---|
committer | Michael Brown | 2013-12-26 23:36:34 +0100 |
commit | bf15737cf0b891ea5c666fc576a50df3ea9db4c3 (patch) | |
tree | 054b24a9ca495acd95c74b9bd6edab92ef9cc685 /src/Makefile | |
parent | [ipv6] Fix compilation under FreeBSD (diff) | |
download | ipxe-bf15737cf0b891ea5c666fc576a50df3ea9db4c3.tar.gz ipxe-bf15737cf0b891ea5c666fc576a50df3ea9db4c3.tar.xz ipxe-bf15737cf0b891ea5c666fc576a50df3ea9db4c3.zip |
[build] Build ROMs used by qemu and VMware as part of "make all"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
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) |