repo.or.cz
/
linux-2.6.19-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git]
/
arch
/
sh
/
drivers
/
dma
/
Makefile
blob
065d4c90970ea51956d0e67c9a02d11315c4213e
1
#
2
# Makefile for the SuperH DMA specific kernel interface routines under Linux.
3
#
4
5
obj-y
+=
dma-api.o dma-isa.o
6
obj-
$(
CONFIG_SYSFS
) +=
dma-sysfs.o
7
obj-
$(
CONFIG_SH_DMA
) +=
dma-sh.o
8
obj-
$(
CONFIG_SH_DREAMCAST
) +=
dma-pvr2.o dma-g2.o
9