You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the SuperH DMA specific kernel interface routines under Linux.
|
|
#
|
|
|
|
obj-y += dma-api.o dma-isa.o
|
|
obj-$(CONFIG_SYSFS) += dma-sysfs.o
|
|
obj-$(CONFIG_SH_DMA) += dma-sh.o
|
|
obj-$(CONFIG_SH_DREAMCAST) += dma-pvr2.o dma-g2.o
|
|
|
|
|