2013-03-01 20:59:19 +08:00
|
|
|
# xen backend driver support
|
2020-06-04 00:04:42 +08: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 20:25:08 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o
|
2015-12-29 20:39:56 +08: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 16:17:50 +08:00
|
|
|
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt_load_rom.o
|
2020-06-04 00:04:42 +08:00
|
|
|
obj-$(call $(lnot, $(CONFIG_XEN_PCI_PASSTHROUGH))) += xen_pt_stub.o
|