diff options
| author | Michael Brown | 2014-12-21 02:49:13 +0100 |
|---|---|---|
| committer | Michael Brown | 2014-12-21 12:21:34 +0100 |
| commit | d38bac05e7d0eb67fc19f3532a6b4fa00804106e (patch) | |
| tree | a5c9c7fd7f1ad49abe501bdd51326d9f3d516e3f /src/arch/x86/Makefile | |
| parent | [hyperv] Require support for VMBus version 3.0 or newer (diff) | |
| download | ipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.tar.gz ipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.tar.xz ipxe-d38bac05e7d0eb67fc19f3532a6b4fa00804106e.zip | |
[build] Include Hyper-V driver in the all-drivers build
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/Makefile')
| -rw-r--r-- | src/arch/x86/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
