]> git.sur5r.net Git - u-boot/blob - drivers/dma/Makefile
spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time
[u-boot] / drivers / dma / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2006
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 obj-$(CONFIG_DMA) += dma-uclass.o
7
8 obj-$(CONFIG_FSLDMAFEC) += MCD_tasksInit.o MCD_dmaApi.o MCD_tasks.o
9 obj-$(CONFIG_APBH_DMA) += apbh_dma.o
10 obj-$(CONFIG_FSL_DMA) += fsl_dma.o
11 obj-$(CONFIG_TI_KSNAV) += keystone_nav.o keystone_nav_cfg.o
12 obj-$(CONFIG_TI_EDMA3) += ti-edma3.o
13 obj-$(CONFIG_DMA_LPC32XX) += lpc32xx_dma.o