mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
2ebdc42630
.. compile options. This way the user can decide during runtime whether they want the default 'vpci' (virtual pci passthrough) or where the PCI devices are passed in without any BDF renumbering. The option 'passthrough' allows the user to toggle the it from 0 (vpci) to 1 (passthrough). Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8 lines
232 B
Makefile
8 lines
232 B
Makefile
obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback.o
|
|
|
|
xen-pciback-y := pci_stub.o pciback_ops.o xenbus.o
|
|
xen-pciback-y += conf_space.o conf_space_header.o \
|
|
conf_space_capability.o \
|
|
conf_space_quirks.o vpci.o \
|
|
passthrough.o
|