Jean-Christophe PLAGNIOL-VILLARD | 93a686e | 2007-11-20 20:28:09 +0100 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2000-2007 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Jean-Christophe PLAGNIOL-VILLARD | 93a686e | 2007-11-20 20:28:09 +0100 | [diff] [blame] | 6 | # |
| 7 | |
Simon Glass | ff3e077 | 2015-03-05 12:25:25 -0700 | [diff] [blame] | 8 | ifneq ($(CONFIG_DM_PCI),) |
| 9 | obj-$(CONFIG_PCI) += pci-uclass.o pci_compat.o |
Simon Glass | 537849a | 2015-03-05 12:25:27 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_PCI_SANDBOX) += pci_sandbox.o |
Simon Glass | 36d0d3b | 2015-03-05 12:25:28 -0700 | [diff] [blame] | 11 | obj-$(CONFIG_SANDBOX) += pci-emul-uclass.o |
Simon Glass | a219dae | 2015-03-05 12:25:31 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_X86) += pci_x86.o |
Simon Glass | ff3e077 | 2015-03-05 12:25:25 -0700 | [diff] [blame] | 13 | else |
| 14 | obj-$(CONFIG_PCI) += pci.o |
| 15 | endif |
| 16 | obj-$(CONFIG_PCI) += pci_common.o pci_auto.o pci_rom.o |
| 17 | |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 18 | obj-$(CONFIG_FSL_PCI_INIT) += fsl_pci_init.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 19 | obj-$(CONFIG_PCI_INDIRECT_BRIDGE) += pci_indirect.o |
| 20 | obj-$(CONFIG_PCI_GT64120) += pci_gt64120.o |
Paul Burton | baf37f0 | 2013-11-08 11:18:50 +0000 | [diff] [blame] | 21 | obj-$(CONFIG_PCI_MSC01) += pci_msc01.o |
Marek Vasut | e9be429 | 2013-12-14 05:55:28 +0100 | [diff] [blame] | 22 | obj-$(CONFIG_PCIE_IMX) += pcie_imx.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 23 | obj-$(CONFIG_FTPCI100) += pci_ftpci100.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 24 | obj-$(CONFIG_SH4_PCI) += pci_sh4.o |
| 25 | obj-$(CONFIG_SH7751_PCI) +=pci_sh7751.o |
| 26 | obj-$(CONFIG_SH7780_PCI) +=pci_sh7780.o |
Thierry Reding | f315828 | 2014-12-09 22:25:12 -0700 | [diff] [blame] | 27 | obj-$(CONFIG_PCI_TEGRA) += pci_tegra.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 28 | obj-$(CONFIG_TSI108_PCI) += tsi108_pci.o |
| 29 | obj-$(CONFIG_WINBOND_83C553) += w83c553f.o |
Minghuan Lian | da41902 | 2014-10-31 13:43:44 +0800 | [diff] [blame] | 30 | obj-$(CONFIG_PCIE_LAYERSCAPE) += pcie_layerscape.o |