mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
2a7ea65037
There are no platforms which enable this feature, so remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
17 lines
517 B
Makefile
17 lines
517 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_DMA_LPC32XX) += lpc32xx_dma.o
|
|
obj-$(CONFIG_XILINX_DPDMA) += xilinx_dpdma.o
|
|
|
|
obj-y += ti/
|