diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-01-05 17:20:36 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-01-05 17:20:36 +0000 |
commit | dd485992dc213dc19876a331f3a044dcb2e7560b (patch) | |
tree | bed08bb9d09a1ab0ee96c9f1e8ad447487bf7ea3 /src/arch/x86/Makefile | |
parent | 29cb090f98132417eb7e1d0639823f7f32c63ffb (diff) | |
download | ipxe-dd485992dc213dc19876a331f3a044dcb2e7560b.tar.gz |
[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 |