Merge tag 'u-boot-imx-20200623' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / drivers / pci_endpoint / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2019
4 # Ramon Fried <ramon.fried@gmail.com>
5
6 obj-y += pci_ep-uclass.o
7 obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o
8 obj-$(CONFIG_PCI_SANDBOX_EP) += sandbox-pci_ep.o