Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.19 9 lines 286 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the SuperH DMA specific kernel interface routines under Linux. 4# 5 6obj-$(CONFIG_SH_DMA_API) += dma-sh.o dma-api.o dma-sysfs.o 7obj-$(CONFIG_PVR2_DMA) += dma-pvr2.o 8obj-$(CONFIG_G2_DMA) += dma-g2.o 9obj-$(CONFIG_SH_DMABRG) += dmabrg.o