aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2014-12-21 01:49:13 +0000
committerMichael Brown <mcb30@ipxe.org>2014-12-21 11:21:34 +0000
commitd38bac05e7d0eb67fc19f3532a6b4fa00804106e (patch)
treea5c9c7fd7f1ad49abe501bdd51326d9f3d516e3f /src/arch/x86/Makefile
parent0166a68351139672e40267e12f7d881b6c05001c (diff)
downloadipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.zip
ipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.tar.gz
ipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.tar.bz2
[build] Include Hyper-V driver in the all-drivers build
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/Makefile')
-rw-r--r--src/arch/x86/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile
index a0fee39..1751c0c 100644
--- a/src/arch/x86/Makefile
+++ b/src/arch/x86/Makefile
@@ -16,3 +16,7 @@ CFLAGS += -Ulinux
# disable valgrind
CFLAGS += -DNVALGRIND
+
+# Include Hyper-V driver in the all-drivers build
+#
+DRIVERS += hyperv