From d38bac05e7d0eb67fc19f3532a6b4fa00804106e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 21 Dec 2014 01:49:13 +0000 Subject: [PATCH] [build] Include Hyper-V driver in the all-drivers build Signed-off-by: Michael Brown --- src/arch/x86/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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