repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
drivers
/
rapidio
/
devices
/
Makefile
blob
7b62860f34f805842ab9fbe28ea35a6909f029b3
1
#
2
# Makefile for RapidIO devices
3
#
4
5
obj-
$(
CONFIG_RAPIDIO_TSI721
) +=
tsi721.o
6
ifeq
($(
CONFIG_RAPIDIO_DMA_ENGINE
),
y
)
7
obj-
$(
CONFIG_RAPIDIO_TSI721
) +=
tsi721_dma.o
8
endif