Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « aer « pcie « pci « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af756b6e7e33414fa8e3d59618dc130edf7fc522 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for PCI-Express Root Port Advanced Error Reporting Driver
#

obj-$(CONFIG_PCIEAER) += aerdriver.o

aerdriver-objs := aerdrv.o

obj-$(CONFIG_PCIEAER_INJECT) += aer_inject.o