2013-03-01 13:59:19 +01:00
|
|
|
# xen backend driver support
|
2019-01-08 15:48:49 +01:00
|
|
|
common-obj-$(CONFIG_XEN) += xen-legacy-backend.o xen_devconfig.o xen_pvdev.o xen-common.o xen-bus.o xen-bus-helper.o
|
2013-02-05 13:25:08 +01:00
|
|
|
|
|
|
|
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o
|
2015-12-29 13:39:56 +01: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 10:17:50 +02:00
|
|
|
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt_load_rom.o
|