]> Git Repo - J-u-boot.git/blob - drivers/ufs/Makefile
Merge patch series "cmd: add scmi command"
[J-u-boot.git] / drivers / ufs / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
4 #
5
6 obj-$(CONFIG_UFS) += ufs.o ufs-uclass.o
7 obj-$(CONFIG_CADENCE_UFS) += cdns-platform.o
8 obj-$(CONFIG_TI_J721E_UFS) += ti-j721e-ufs.o
9 obj-$(CONFIG_UFS_PCI) += ufs-pci.o
10 obj-$(CONFIG_UFS_RENESAS) += ufs-renesas.o
This page took 0.028458 seconds and 4 git commands to generate.