projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Pull platform-drivers into test branch
[linux-2.6]
/
drivers
/
pci
/
pcie
/
Makefile
1
#
2
# Makefile for PCI-Express PORT Driver
3
#
4
5
pcieportdrv-y := portdrv_core.o portdrv_pci.o portdrv_bus.o
6
7
obj-$(CONFIG_PCIEPORTBUS) += pcieportdrv.o
8
9
# Build PCI Express AER if needed
10
obj-$(CONFIG_PCIEAER) += aer/