]> Git Repo - J-u-boot.git/blob - drivers/dma/Makefile
Merge patch series "zlib: Address CVE-2016-9841"
[J-u-boot.git] / drivers / dma / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2006
4 # Wolfgang Denk, DENX Software Engineering, [email protected].
5
6 obj-$(CONFIG_DMA) += dma-uclass.o
7
8 obj-$(CONFIG_APBH_DMA) += apbh_dma.o
9 obj-$(CONFIG_BCM6348_IUDMA) += bcm6348-iudma.o
10 obj-$(CONFIG_FSL_DMA) += fsl_dma.o
11 obj-$(CONFIG_SANDBOX_DMA) += sandbox-dma-test.o
12 obj-$(CONFIG_TI_KSNAV) += keystone_nav.o keystone_nav_cfg.o
13 obj-$(CONFIG_TI_EDMA3) += ti-edma3.o
14 obj-$(CONFIG_DMA_LPC32XX) += lpc32xx_dma.o
15 obj-$(CONFIG_XILINX_DPDMA) += xilinx_dpdma.o
16
17 obj-y += ti/
This page took 0.021531 seconds and 4 git commands to generate.