diff options
Diffstat (limited to 'drivers/xen/xen-pciback/Makefile')
-rw-r--r-- | drivers/xen/xen-pciback/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/xen/xen-pciback/Makefile b/drivers/xen/xen-pciback/Makefile new file mode 100644 index 000000000000..ffe0ad3438bd --- /dev/null +++ b/drivers/xen/xen-pciback/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback.o | ||
2 | |||
3 | xen-pciback-y := pci_stub.o pciback_ops.o xenbus.o | ||
4 | xen-pciback-y += conf_space.o conf_space_header.o \ | ||
5 | conf_space_capability.o \ | ||
6 | conf_space_quirks.o vpci.o \ | ||
7 | passthrough.o | ||