78fb40263f
There are no more users for this code, and it has been deprecated for some time, so just kill it off. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
254 B
Makefile
9 lines
254 B
Makefile
#
|
|
# Makefile for the SuperH DMA specific kernel interface routines under Linux.
|
|
#
|
|
|
|
obj-$(CONFIG_SH_DMA_API) += dma-api.o dma-sysfs.o
|
|
obj-$(CONFIG_SH_DMA) += dma-sh.o
|
|
obj-$(CONFIG_SH_DREAMCAST) += dma-pvr2.o dma-g2.o
|
|
obj-$(CONFIG_SH_DMABRG) += dmabrg.o
|