diff options
| author | Michael Brown | 2016-01-05 18:20:36 +0100 |
|---|---|---|
| committer | Michael Brown | 2016-01-05 18:20:36 +0100 |
| commit | dd485992dc213dc19876a331f3a044dcb2e7560b (patch) | |
| tree | bed08bb9d09a1ab0ee96c9f1e8ad447487bf7ea3 /src/arch/x86/Makefile | |
| parent | [crypto] Dual-license more selected DRBG files (diff) | |
| download | ipxe-dd485992dc213dc19876a331f3a044dcb2e7560b.tar.gz ipxe-dd485992dc213dc19876a331f3a044dcb2e7560b.tar.xz ipxe-dd485992dc213dc19876a331f3a044dcb2e7560b.zip | |
[vmware] Expose GuestRPC mechanism in 64-bit builds
The GuestRPC mechanism (used for VMWARE_SETTINGS and CONSOLE_VMWARE)
does not use any real-mode code and so can be exposed in both 64-bit
and 32-bit builds.
Reported-by: Matthew Helton <mwhelton@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/Makefile')
| -rw-r--r-- | src/arch/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile index 98c49b98d..4ab741db7 100644 --- a/src/arch/x86/Makefile +++ b/src/arch/x86/Makefile @@ -6,6 +6,7 @@ INCDIRS += arch/x86/include # SRCDIRS += arch/x86/core SRCDIRS += arch/x86/interface/efi +SRCDIRS += arch/x86/interface/vmware SRCDIRS += arch/x86/prefix SRCDIRS += arch/x86/hci/commands SRCDIRS += arch/x86/drivers/xen |
