aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/cadence/Makefile
diff options
context:
space:
mode:
authorTom Joseph <tjoseph@cadence.com>2019-11-11 12:30:44 +0000
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2019-11-11 14:57:02 +0000
commitde80f95ccb9c4de5a0fae0334de5ab438acf3453 (patch)
tree1d8dcc46494d0d98ebfaa2e45f019ea02c18cc48 /drivers/pci/controller/cadence/Makefile
parentPCI: cadence: Refactor driver to use as a core library (diff)
downloadwireguard-linux-de80f95ccb9c4de5a0fae0334de5ab438acf3453.tar.xz
wireguard-linux-de80f95ccb9c4de5a0fae0334de5ab438acf3453.zip
PCI: cadence: Move all files to per-device cadence directory
Cadence core library files may be used by various platform drivers. Add a new directory "cadence" to group all the Cadence core library files and the platforms using Cadence core library. Signed-off-by: Tom Joseph <tjoseph@cadence.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Andrew Murray <andrew.murray@arm.com>
Diffstat (limited to 'drivers/pci/controller/cadence/Makefile')
-rw-r--r--drivers/pci/controller/cadence/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pci/controller/cadence/Makefile b/drivers/pci/controller/cadence/Makefile
new file mode 100644
index 000000000000..232a3f20876a
--- /dev/null
+++ b/drivers/pci/controller/cadence/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_PCIE_CADENCE) += pcie-cadence.o
+obj-$(CONFIG_PCIE_CADENCE_HOST) += pcie-cadence-host.o
+obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o
+obj-$(CONFIG_PCIE_CADENCE_PLAT) += pcie-cadence-plat.o