diff options
Diffstat (limited to 'drivers/xen/Makefile')
-rw-r--r-- | drivers/xen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 1605f594ff56..eabd0ee1c2bc 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile | |||
@@ -32,6 +32,7 @@ obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback/ | |||
32 | obj-$(CONFIG_XEN_PRIVCMD) += xen-privcmd.o | 32 | obj-$(CONFIG_XEN_PRIVCMD) += xen-privcmd.o |
33 | obj-$(CONFIG_XEN_STUB) += xen-stub.o | 33 | obj-$(CONFIG_XEN_STUB) += xen-stub.o |
34 | obj-$(CONFIG_XEN_ACPI_HOTPLUG_MEMORY) += xen-acpi-memhotplug.o | 34 | obj-$(CONFIG_XEN_ACPI_HOTPLUG_MEMORY) += xen-acpi-memhotplug.o |
35 | obj-$(CONFIG_XEN_ACPI_HOTPLUG_CPU) += xen-acpi-cpuhotplug.o | ||
35 | obj-$(CONFIG_XEN_ACPI_PROCESSOR) += xen-acpi-processor.o | 36 | obj-$(CONFIG_XEN_ACPI_PROCESSOR) += xen-acpi-processor.o |
36 | xen-evtchn-y := evtchn.o | 37 | xen-evtchn-y := evtchn.o |
37 | xen-gntdev-y := gntdev.o | 38 | xen-gntdev-y := gntdev.o |