aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2014-07-28 23:38:30 +0100
committerMichael Brown <mcb30@ipxe.org>2014-07-29 15:57:44 +0100
commit036af27a4523c4e15e28d30a1513a3f6d9671774 (patch)
treebf284637f91e2258906d736f07a54b1f98dfd68d /src/arch/x86/Makefile
parentec94a8798f8fbba42628946108d6d9607a980da4 (diff)
downloadipxe-036af27a4523c4e15e28d30a1513a3f6d9671774.tar.gz
[xen] Add basic support for PV-HVM domains
Add basic support for Xen PV-HVM domains (detected via the Xen platform PCI device with IDs 5853:0001), including support for accessing configuration via XenStore and enumerating devices via XenBus. 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 cdd397d40..e555587df 100644
--- a/src/arch/x86/Makefile
+++ b/src/arch/x86/Makefile
@@ -8,6 +8,7 @@ SRCDIRS += arch/x86/core
SRCDIRS += arch/x86/interface/efi
SRCDIRS += arch/x86/prefix
SRCDIRS += arch/x86/hci/commands
+SRCDIRS += arch/x86/drivers/xen
# breaks building some of the linux-related objects
CFLAGS += -Ulinux