162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for PCI Express features and port driver 462306a36Sopenharmony_ci 562306a36Sopenharmony_cipcieportdrv-y := portdrv.o rcec.o 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciobj-$(CONFIG_PCIEPORTBUS) += pcieportdrv.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciobj-$(CONFIG_PCIEASPM) += aspm.o 1062306a36Sopenharmony_ciobj-$(CONFIG_PCIEAER) += aer.o err.o 1162306a36Sopenharmony_ciobj-$(CONFIG_PCIEAER_INJECT) += aer_inject.o 1262306a36Sopenharmony_ciobj-$(CONFIG_PCIE_PME) += pme.o 1362306a36Sopenharmony_ciobj-$(CONFIG_PCIE_DPC) += dpc.o 1462306a36Sopenharmony_ciobj-$(CONFIG_PCIE_PTM) += ptm.o 1562306a36Sopenharmony_ciobj-$(CONFIG_PCIE_EDR) += edr.o 16