commit | d38bac05e7d0eb67fc19f3532a6b4fa00804106e | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Sun Dec 21 01:49:13 2014 +0000 |
committer | Michael Brown <mcb30@ipxe.org> | Sun Dec 21 11:21:34 2014 +0000 |
tree | a5c9c7fd7f1ad49abe501bdd51326d9f3d516e3f | |
parent | 0166a68351139672e40267e12f7d881b6c05001c [diff] |
[build] Include Hyper-V driver in the all-drivers build Signed-off-by: Michael Brown <mcb30@ipxe.org>
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile index a0fee39..1751c0c 100644 --- a/src/arch/x86/Makefile +++ b/src/arch/x86/Makefile
@@ -16,3 +16,7 @@ # disable valgrind CFLAGS += -DNVALGRIND + +# Include Hyper-V driver in the all-drivers build +# +DRIVERS += hyperv