Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.13 8 lines 251 B view raw
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