From 297b60346df8beafee954a0fd7c2d64f33f3b9bc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:44:05 +0000 Subject: [PATCH] rtl8211F_led_control --- u-boot/drivers/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/u-boot/drivers/Makefile b/u-boot/drivers/Makefile index 3a9a55a..85c45f4 100644 --- a/u-boot/drivers/Makefile +++ b/u-boot/drivers/Makefile @@ -20,6 +20,7 @@ obj-$(CONFIG_$(SPL_TPL_)SPI_SUPPORT) += spi/ obj-$(CONFIG_$(SPL_TPL_)TIMER) += timer/ obj-$(CONFIG_$(SPL_TPL_)IRQ) += irq/ +obj-$(CONFIG_$(SPL_TPL_)DM_VIDEO) += video/ ifndef CONFIG_TPL_BUILD ifdef CONFIG_SPL_BUILD @@ -101,7 +102,6 @@ obj-y += spmi/ obj-y += sysreset/ obj-y += tpm/ -obj-y += video/ obj-y += watchdog/ obj-$(CONFIG_QE) += qe/ obj-$(CONFIG_U_QE) += qe/ @@ -113,6 +113,7 @@ obj-y += soc/ obj-$(CONFIG_REMOTEPROC) += remoteproc/ obj-y += thermal/ +obj-y += ufs/ obj-$(CONFIG_MACH_PIC32) += ddr/microchip/ endif -- Gitblit v1.6.2