summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-13 09:01:53 -0600
committerTom Rini <[email protected]>2026-03-13 10:52:03 -0600
commitdba21bf0b6ececa4bbc15ac93b3cdf4b09286ed7 (patch)
treedd57833421f4b24cdbee47249405df46d7a49e96 /drivers/Makefile
parent2f52473884723751316388af30a95419905b1cd3 (diff)
parent67d8731d4aad25be00e27eeef3602c519619405e (diff)
Merge tag 'u-boot-ufs-20260313' of https://source.denx.de/u-boot/custodians/u-boot-ufs into next
- ufs_hba_ops callbacks cleanup - Rockchip UFS reset support - UFS support in SPL
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index de993ae42ac..43d0ba33281 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -73,6 +73,7 @@ obj-$(CONFIG_SPL_USB_HOST) += usb/host/
obj-$(CONFIG_SPL_SATA) += ata/ scsi/
obj-$(CONFIG_SPL_LEGACY_BLOCK) += block/
obj-$(CONFIG_SPL_THERMAL) += thermal/
+obj-$(CONFIG_SPL_UFS_SUPPORT) += scsi/ ufs/
endif
endif