aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-01-05 17:20:36 +0000
committerMichael Brown <mcb30@ipxe.org>2016-01-05 17:20:36 +0000
commitdd485992dc213dc19876a331f3a044dcb2e7560b (patch)
treebed08bb9d09a1ab0ee96c9f1e8ad447487bf7ea3 /src/arch/x86/Makefile
parent29cb090f98132417eb7e1d0639823f7f32c63ffb (diff)
downloadipxe-dd485992dc213dc19876a331f3a044dcb2e7560b.zip
ipxe-dd485992dc213dc19876a331f3a044dcb2e7560b.tar.gz
ipxe-dd485992dc213dc19876a331f3a044dcb2e7560b.tar.bz2
[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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile
index 98c49b9..4ab741d 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