mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
9 lines
223 B
Makefile
9 lines
223 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2019
|
|
# Ramon Fried <ramon.fried@gmail.com>
|
|
|
|
obj-y += pci_ep-uclass.o
|
|
obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o
|
|
obj-$(CONFIG_PCI_SANDBOX_EP) += sandbox-pci_ep.o
|