• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/dma/
1#
2# Makefile for the SuperH DMA specific kernel interface routines under Linux.
3#
4
5obj-$(CONFIG_SH_DMA_API)	+= dma-sh.o dma-api.o dma-sysfs.o
6obj-$(CONFIG_PVR2_DMA)		+= dma-pvr2.o
7obj-$(CONFIG_G2_DMA)		+= dma-g2.o
8obj-$(CONFIG_SH_DMABRG)		+= dmabrg.o
9