diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-03-27 15:15:03 +0530 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-11 14:18:37 -0500 |
commit | 349e7a85b25fa6ee82902d9be2cc5f3bec815120 (patch) | |
tree | 2e5958e3fca4ad58e89a53796e3e4821f75a90c2 /drivers/pci/endpoint/Makefile | |
parent | 42fc2ac6e809a9f383e8ffa78b7f3fcd2fab1649 (diff) |
PCI: endpoint: functions: Add an EP function to test PCI
Adds a new endpoint function driver (to program the virtual test device)
making use of the EP-core library.
[bhelgaas: fold in pci_epf_test_probe() -ENOMEM test from Wei Yongjun
<weiyongjun1@huawei.com>]
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/endpoint/Makefile')
-rw-r--r-- | drivers/pci/endpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/endpoint/Makefile b/drivers/pci/endpoint/Makefile index 7219d51bb401..1041f80a4645 100644 --- a/drivers/pci/endpoint/Makefile +++ b/drivers/pci/endpoint/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o obj-$(CONFIG_PCI_ENDPOINT) += pci-epc-core.o pci-epf-core.o\ - pci-epc-mem.o + pci-epc-mem.o functions/ |