From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- 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