mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-02-27 11:01:03 +01:00
This driver has no users after we removed the last supported platform in
2024.
Fixes: 26ed58b40f58 ("arm: Remove devkit3250 board")
Signed-off-by: Tom Rini <trini@konsulko.com>
18 lines
509 B
Makefile
18 lines
509 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
obj-$(CONFIG_DMA) += dma-uclass.o
|
|
|
|
obj-$(CONFIG_APBH_DMA) += apbh_dma.o
|
|
obj-$(CONFIG_BCM6348_IUDMA) += bcm6348-iudma.o
|
|
obj-$(CONFIG_FSL_DMA) += fsl_dma.o
|
|
obj-$(CONFIG_SANDBOX_DMA) += sandbox-dma-test.o
|
|
obj-$(CONFIG_TI_KSNAV) += keystone_nav.o keystone_nav_cfg.o
|
|
obj-$(CONFIG_TI_EDMA3) += ti-edma3.o
|
|
obj-$(CONFIG_XILINX_DPDMA) += xilinx_dpdma.o
|
|
obj-$(CONFIG_ADI_DMA) += adi_dma.o
|
|
|
|
obj-y += ti/
|