aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-19 15:17:50 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-19 15:17:50 +0100
commite1d13ddb536f7e60e0b2389dd40dcf99827df9b6 (patch)
tree0e4a49334bd3081dfe8ebfa42f6d9be393071ab7 /xen/arch/x86/hvm/Makefile
parent26f7973d6ae16f77e44319c2598a7a366ddaa0ee (diff)
downloadxen-e1d13ddb536f7e60e0b2389dd40dcf99827df9b6.tar.gz
xen-e1d13ddb536f7e60e0b2389dd40dcf99827df9b6.tar.bz2
xen-e1d13ddb536f7e60e0b2389dd40dcf99827df9b6.zip
Move arch/x86 to new build system.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/hvm/Makefile')
-rw-r--r--xen/arch/x86/hvm/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/xen/arch/x86/hvm/Makefile b/xen/arch/x86/hvm/Makefile
new file mode 100644
index 0000000000..c9aefe1c48
--- /dev/null
+++ b/xen/arch/x86/hvm/Makefile
@@ -0,0 +1,14 @@
+include $(BASEDIR)/Rules.mk
+
+subdirs-y += svm
+subdirs-y += vmx
+
+obj-y += hvm.o
+obj-y += i8259.o
+obj-y += intercept.o
+obj-y += io.o
+obj-y += platform.o
+obj-y += vioapic.o
+obj-y += vlapic.o
+
+include $(BASEDIR)/Post.mk