repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PCI-Express AER implemetation: AER core and aerdriver
[linux-2.6/mini2440.git]
/
drivers
/
pci
/
pcie
/
Makefile
blob
e00fb99acf44434934d05db3dc33959eeebd5650
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
/