diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-03-27 15:14:59 +0530 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-11 14:18:36 -0500 |
commit | d746799116103d857be203382b09035bbe225d03 (patch) | |
tree | 425b32254a747375dcb1716e75790882bb0020bc /drivers/pci/endpoint/Makefile | |
parent | a8a5be098885e8394497a6b64fb3f96dd217846b (diff) | |
download | linux-d746799116103d857be203382b09035bbe225d03.tar.gz linux-d746799116103d857be203382b09035bbe225d03.tar.bz2 linux-d746799116103d857be203382b09035bbe225d03.zip |
PCI: endpoint: Introduce configfs entry for configuring EP functions
Introduce a new configfs entry to configure the EP function (like
configuring the standard configuration header entries) and to bind the EP
function with EP controller.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/endpoint/Makefile b/drivers/pci/endpoint/Makefile index dc1bc16491e6..7219d51bb401 100644 --- a/drivers/pci/endpoint/Makefile +++ b/drivers/pci/endpoint/Makefile @@ -2,5 +2,6 @@ # Makefile for PCI Endpoint Support # +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 |