xen: use our own eventchannel->irq path
[safe/jmp/linux-2.6] / drivers / xen / Makefile
index 609fdda..ff8accc 100644 (file)
@@ -1,2 +1,7 @@
-obj-y  += grant-table.o features.o
+obj-y  += grant-table.o features.o events.o manage.o
 obj-y  += xenbus/
+
+obj-$(CONFIG_HOTPLUG_CPU)      += cpu_hotplug.o
+obj-$(CONFIG_XEN_XENCOMM)      += xencomm.o
+obj-$(CONFIG_XEN_BALLOON)      += balloon.o
+obj-$(CONFIG_XENFS)            += xenfs/
\ No newline at end of file