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 bbc18258ecc5..35a72ef3afac 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile | |||
@@ -17,6 +17,7 @@ obj-$(CONFIG_XEN_SYS_HYPERVISOR) += sys-hypervisor.o | |||
17 | obj-$(CONFIG_XEN_PLATFORM_PCI) += xen-platform-pci.o | 17 | obj-$(CONFIG_XEN_PLATFORM_PCI) += xen-platform-pci.o |
18 | obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o | 18 | obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o |
19 | obj-$(CONFIG_XEN_DOM0) += pci.o | 19 | obj-$(CONFIG_XEN_DOM0) += pci.o |
20 | obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback/ | ||
20 | 21 | ||
21 | xen-evtchn-y := evtchn.o | 22 | xen-evtchn-y := evtchn.o |
22 | xen-gntdev-y := gntdev.o | 23 | xen-gntdev-y := gntdev.o |