2013-03-01 13:59:19 +01:00
|
|
|
# xen backend driver support
|
2017-04-06 01:21:29 +02:00
|
|
|
common-obj-$(CONFIG_XEN) += xen_backend.o xen_devconfig.o xen_pvdev.o xen-common.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
|