diff options
author | Michael Brown <mcb30@ipxe.org> | 2014-12-11 17:22:18 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2014-12-18 16:27:27 +0000 |
commit | d77a546fb4c69546a81440bdeb0553b8db1d3de8 (patch) | |
tree | 8fa8d90c636e3f1302981a4e09804deb0024c5b4 /src/arch/x86/Makefile | |
parent | 1d2b7c91f780419c805062ccc474967d80dafe96 (diff) | |
download | ipxe-d77a546fb4c69546a81440bdeb0553b8db1d3de8.tar.gz |
[hyperv] Add support for Hyper-V hypervisor
Add support for detecting and communicating with the Hyper-V
hypervisor.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/Makefile')
-rw-r--r-- | src/arch/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile index e555587df..a0fee392c 100644 --- a/src/arch/x86/Makefile +++ b/src/arch/x86/Makefile @@ -9,6 +9,7 @@ SRCDIRS += arch/x86/interface/efi SRCDIRS += arch/x86/prefix SRCDIRS += arch/x86/hci/commands SRCDIRS += arch/x86/drivers/xen +SRCDIRS += arch/x86/drivers/hyperv # breaks building some of the linux-related objects CFLAGS += -Ulinux |