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