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-$(CONFIG_SH_DMA_API) += dma-api.o dma-sysfs.o
|
|
obj-$(CONFIG_SH_DMA) += dma-sh.o
|
|
obj-$(CONFIG_PVR2_DMA) += dma-pvr2.o
|
|
obj-$(CONFIG_G2_DMA) += dma-g2.o
|
|
obj-$(CONFIG_SH_DMABRG) += dmabrg.o
|
|
|