Browse Source

[build] Include Hyper-V driver in the all-drivers build

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
d38bac05e7
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/arch/x86/Makefile

+ 4
- 0
src/arch/x86/Makefile View File

16
 
16
 
17
 # disable valgrind
17
 # disable valgrind
18
 CFLAGS		+= -DNVALGRIND
18
 CFLAGS		+= -DNVALGRIND
19
+
20
+# Include Hyper-V driver in the all-drivers build
21
+#
22
+DRIVERS += hyperv

Loading…
Cancel
Save