]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/pci/pcie/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / pci / pcie / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for PCI-Express PORT Driver
4#
5
7d715a6c
SL
6# Build PCI Express ASPM if needed
7obj-$(CONFIG_PCIEASPM) += aspm.o
8
1da177e4 9pcieportdrv-y := portdrv_core.o portdrv_pci.o portdrv_bus.o
28eb5f27 10pcieportdrv-$(CONFIG_ACPI) += portdrv_acpi.o
1da177e4
LT
11
12obj-$(CONFIG_PCIEPORTBUS) += pcieportdrv.o
6c2b374d
ZY
13
14# Build PCI Express AER if needed
15obj-$(CONFIG_PCIEAER) += aer/
c7f48656 16
271fb719 17obj-$(CONFIG_PCIE_PME) += pme.o
26e51571
KB
18
19obj-$(CONFIG_PCIE_DPC) += pcie-dpc.o
9bb04a0c 20obj-$(CONFIG_PCIE_PTM) += ptm.o