mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Sort the Makefile and Kconfig alphabetically again. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> Link: https://patch.msgid.link/20251029201435.215966-1-marek.vasut+renesas@mailbox.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
16 lines
564 B
Makefile
16 lines
564 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
|
|
#
|
|
|
|
obj-$(CONFIG_UFS) += ufs-uclass.o
|
|
obj-$(CONFIG_CADENCE_UFS) += cdns-platform.o
|
|
obj-$(CONFIG_QCOM_UFS) += ufs-qcom.o
|
|
obj-$(CONFIG_ROCKCHIP_UFS) += ufs-rockchip.o
|
|
obj-$(CONFIG_TI_J721E_UFS) += ti-j721e-ufs.o
|
|
obj-$(CONFIG_UFS_AMD_VERSAL2) += ufs-amd-versal2.o ufshcd-dwc.o
|
|
obj-$(CONFIG_UFS_MEDIATEK) += ufs-mediatek.o
|
|
obj-$(CONFIG_UFS_PCI) += ufs-pci.o
|
|
obj-$(CONFIG_UFS_RENESAS) += ufs-renesas.o
|
|
obj-$(CONFIG_UFS_RENESAS_GEN5) += ufs-renesas-rcar-gen5.o
|