blob: 065d4c90970ea51956d0e67c9a02d11315c4213e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the SuperH DMA specific kernel interface routines under Linux.
3#
4
5obj-y += dma-api.o dma-isa.o
6obj-$(CONFIG_SYSFS) += dma-sysfs.o
7obj-$(CONFIG_SH_DMA) += dma-sh.o
8obj-$(CONFIG_SH_DREAMCAST) += dma-pvr2.o dma-g2.o
9