summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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