Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
1#
2# Makefile for PCI-Express PORT Driver
3#
4
5# Build PCI Express ASPM if needed
6obj-$(CONFIG_PCIEASPM) += aspm.o
7
8pcieportdrv-y := portdrv_core.o portdrv_pci.o portdrv_bus.o
9pcieportdrv-$(CONFIG_ACPI) += portdrv_acpi.o
10
11obj-$(CONFIG_PCIEPORTBUS) += pcieportdrv.o
12
13# Build PCI Express AER if needed
14obj-$(CONFIG_PCIEAER) += aer/
15
16obj-$(CONFIG_PCIE_PME) += pme.o