diff options
| author | Michael Brown | 2014-12-11 18:23:45 +0100 |
|---|---|---|
| committer | Michael Brown | 2014-12-18 17:27:37 +0100 |
| commit | d1894970dbb727805acffd9320e3755fab289fe1 (patch) | |
| tree | 26bc88c7e09b04475252f47a05bce46d33c64a6b /src/Makefile | |
| parent | [hyperv] Add support for Hyper-V hypervisor (diff) | |
| download | ipxe-d1894970dbb727805acffd9320e3755fab289fe1.tar.gz ipxe-d1894970dbb727805acffd9320e3755fab289fe1.tar.xz ipxe-d1894970dbb727805acffd9320e3755fab289fe1.zip | |
[hyperv] Add support for VMBus devices
Add support for an abstraction of a VMBus device.
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 b742d1283..66d804b14 100644 --- a/src/Makefile +++ b/src/Makefile @@ -86,6 +86,7 @@ SRCDIRS += drivers/infiniband SRCDIRS += interface/pxe interface/efi interface/smbios SRCDIRS += interface/bofm SRCDIRS += interface/xen +SRCDIRS += interface/hyperv SRCDIRS += tests SRCDIRS += crypto crypto/axtls crypto/matrixssl SRCDIRS += hci hci/commands hci/tui |
