projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6]
/
arch
/
sh
/
drivers
/
dma
/
Makefile
1
#
2
# Makefile for the SuperH DMA specific kernel interface routines under Linux.
3
#
4
5
obj-y += dma-api.o
6
obj-$(CONFIG_ISA_DMA_API) += dma-isa.o
7
obj-$(CONFIG_SYSFS) += dma-sysfs.o
8
obj-$(CONFIG_SH_DMA) += dma-sh.o
9
obj-$(CONFIG_SH_DREAMCAST) += dma-pvr2.o dma-g2.o