diff options
Diffstat (limited to 'src/arch/x86/Makefile')
-rw-r--r-- | src/arch/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile index 1751c0cd..98c49b98 100644 --- a/src/arch/x86/Makefile +++ b/src/arch/x86/Makefile @@ -19,4 +19,4 @@ CFLAGS += -DNVALGRIND # Include Hyper-V driver in the all-drivers build # -DRIVERS += hyperv +DRIVERS_hyperv += hyperv |