xref: /linux/arch/sh/drivers/dma/Makefile (revision f3d9478b2ce468c3115b02ecae7e975990697f15)
1#
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
10