projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-2.6]
/
drivers
/
pci
/
pcie
/
aer
/
Makefile
1
#
2
# Makefile for PCI-Express Root Port Advanced Error Reporting Driver
3
#
4
5
obj-$(CONFIG_PCIEAER) += aerdriver.o
6
7
aerdriver-objs := aerdrv_errprint.o aerdrv_core.o aerdrv.o
8
aerdriver-$(CONFIG_ACPI) += aerdrv_acpi.o
9