![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 0003 # N.B. The below cannot be expressed with a single line using 0004 # CONFIG_XEN_PCI_STUB as it always remains in "y" state, 0005 # thus preventing the driver to be built as a module. 0006 # Please note, that CONFIG_XEN_PCIDEV_BACKEND and 0007 # CONFIG_XEN_PCIDEV_STUB are mutually exclusive. 0008 obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback.o 0009 obj-$(CONFIG_XEN_PCIDEV_STUB) += xen-pciback.o 0010 0011 xen-pciback-y := pci_stub.o pciback_ops.o xenbus.o 0012 xen-pciback-y += conf_space.o conf_space_header.o \ 0013 conf_space_capability.o \ 0014 conf_space_quirks.o vpci.o \ 0015 passthrough.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |