2013-03-01 12:59:19 +00:00
|
|
|
# xen backend driver support
|
2020-06-03 16:04:42 +00:00
|
|
|
common-obj-y += xen-legacy-backend.o xen_devconfig.o xen_pvdev.o xen-bus.o xen-bus-helper.o xen-backend.o
|
2013-02-05 12:25:08 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o
|
2015-12-29 12:39:56 +00:00
|
|
|
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_graphics.o xen_pt_msi.o
|
2017-10-20 08:17:50 +00:00
|
|
|
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt_load_rom.o
|
2020-06-19 10:31:15 +00:00
|
|
|
obj-$(call lnot,$(CONFIG_XEN_PCI_PASSTHROUGH)) += xen_pt_stub.o
|