aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-30 09:16:15 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-30 09:16:15 +0100
commit013351bd7ab3e35717e0133b5f44f82efd6a5d28 (patch)
tree07939fd55c2d3554fa6d89d443d01a1a4427b6fa /xen/arch/x86/Makefile
parent4fabe234e8d2895bd2f49d43263f3dafb4658695 (diff)
downloadxen-013351bd7ab3e35717e0133b5f44f82efd6a5d28.tar.gz
xen-013351bd7ab3e35717e0133b5f44f82efd6a5d28.tar.bz2
xen-013351bd7ab3e35717e0133b5f44f82efd6a5d28.zip
Define new event-channel and physdev hypercalls with a more extensible
interface (the legacy hypercalls would break if subcommands with large argument structures were added, as it would grow the size of the union of all argument structures). Also, based on a patch from Kevin Tian, add a new physdev op to signal EOI for a particular irq. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index e4d6452141..fad402d314 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -10,6 +10,7 @@ subdir-$(x86_64) += x86_64
obj-y += apic.o
obj-y += audit.o
obj-y += bitops.o
+obj-y += compat.o
obj-y += delay.o
obj-y += dmi_scan.o
obj-y += dom0_ops.o