summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile
diff options
context:
space:
mode:
authorMichael Brown2014-12-21 02:49:13 +0100
committerMichael Brown2014-12-21 12:21:34 +0100
commitd38bac05e7d0eb67fc19f3532a6b4fa00804106e (patch)
treea5c9c7fd7f1ad49abe501bdd51326d9f3d516e3f /src/arch/x86/Makefile
parent[hyperv] Require support for VMBus version 3.0 or newer (diff)
downloadipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.tar.gz
ipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.tar.xz
ipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.zip
[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 a0fee392c..1751c0cda 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