diff options
author | Michael Brown | 2017-01-22 12:22:11 +0100 |
---|---|---|
committer | Michael Brown | 2017-01-22 12:22:11 +0100 |
commit | dfbbc16ae392e8f4ab62e15a99cdfb32a06af557 (patch) | |
tree | eabf893f5d7b1423cf4405903916d5a9ec6b1079 /src/Makefile | |
parent | [ipv4] Accept unicast packets for the local network broadcast address (diff) | |
download | ipxe-dfbbc16ae392e8f4ab62e15a99cdfb32a06af557.tar.gz ipxe-dfbbc16ae392e8f4ab62e15a99cdfb32a06af557.tar.xz ipxe-dfbbc16ae392e8f4ab62e15a99cdfb32a06af557.zip |
[build] Add %.vhd target for building VM bootable disk images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 582ffe81..1a81e915 100644 --- a/src/Makefile +++ b/src/Makefile @@ -53,6 +53,7 @@ EINFO := ./util/einfo GENKEYMAP := ./util/genkeymap.pl DOXYGEN := doxygen LCAB := lcab +QEMUIMG := qemu-img ############################################################################### # |