hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/drivers/Makefile
....@@ -20,6 +20,7 @@
2020 obj-$(CONFIG_$(SPL_TPL_)SPI_SUPPORT) += spi/
2121 obj-$(CONFIG_$(SPL_TPL_)TIMER) += timer/
2222 obj-$(CONFIG_$(SPL_TPL_)IRQ) += irq/
23
+obj-$(CONFIG_$(SPL_TPL_)DM_VIDEO) += video/
2324
2425 ifndef CONFIG_TPL_BUILD
2526 ifdef CONFIG_SPL_BUILD
....@@ -101,7 +102,6 @@
101102 obj-y += spmi/
102103 obj-y += sysreset/
103104 obj-y += tpm/
104
-obj-y += video/
105105 obj-y += watchdog/
106106 obj-$(CONFIG_QE) += qe/
107107 obj-$(CONFIG_U_QE) += qe/
....@@ -113,6 +113,7 @@
113113 obj-y += soc/
114114 obj-$(CONFIG_REMOTEPROC) += remoteproc/
115115 obj-y += thermal/
116
+obj-y += ufs/
116117
117118 obj-$(CONFIG_MACH_PIC32) += ddr/microchip/
118119 endif