]> Git Repo - J-u-boot.git/blame - drivers/dma/Makefile
Merge patch series "Clean-up patch set for MbedTLS integration"
[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 8obj-$(CONFIG_APBH_DMA) += apbh_dma.o
ccfd6988 9obj-$(CONFIG_BCM6348_IUDMA) += bcm6348-iudma.o
710f1d3d 10obj-$(CONFIG_FSL_DMA) += fsl_dma.o
b3309918 11obj-$(CONFIG_SANDBOX_DMA) += sandbox-dma-test.o
9ea9021a 12obj-$(CONFIG_TI_KSNAV) += keystone_nav.o keystone_nav_cfg.o
e165b1d3 13obj-$(CONFIG_TI_EDMA3) += ti-edma3.o
980db8ca 14obj-$(CONFIG_DMA_LPC32XX) += lpc32xx_dma.o
d926695c 15obj-$(CONFIG_XILINX_DPDMA) += xilinx_dpdma.o
ffcc66e8
V
16
17obj-y += ti/
This page took 0.481611 seconds and 4 git commands to generate.