]> Git Repo - J-u-boot.git/blame - drivers/dma/Makefile
video: Add skeleton driver for ZynqMP Display port driver
[J-u-boot.git] / drivers / dma / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
72f56adc
TL
2#
3# (C) Copyright 2006
4# Wolfgang Denk, DENX Software Engineering, [email protected].
72f56adc 5
a0594cef
M
6obj-$(CONFIG_DMA) += dma-uclass.o
7
710f1d3d
MY
8obj-$(CONFIG_FSLDMAFEC) += MCD_tasksInit.o MCD_dmaApi.o MCD_tasks.o
9obj-$(CONFIG_APBH_DMA) += apbh_dma.o
ccfd6988 10obj-$(CONFIG_BCM6348_IUDMA) += bcm6348-iudma.o
710f1d3d 11obj-$(CONFIG_FSL_DMA) += fsl_dma.o
b3309918 12obj-$(CONFIG_SANDBOX_DMA) += sandbox-dma-test.o
9ea9021a 13obj-$(CONFIG_TI_KSNAV) += keystone_nav.o keystone_nav_cfg.o
e165b1d3 14obj-$(CONFIG_TI_EDMA3) += ti-edma3.o
980db8ca 15obj-$(CONFIG_DMA_LPC32XX) += lpc32xx_dma.o
ffcc66e8
V
16
17obj-y += ti/
This page took 0.471038 seconds and 4 git commands to generate.