From a2010cf5eeea6ad4a154cfb13760092f0865af3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Mon, 14 Apr 2025 15:59:01 +0200 Subject: [PATCH] mb/novacustom/mtl-h/Makefile.mk: include tas5825m.c in the build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file was mistakenly left out in the version that got merged, so internal speakers wouldn't work. TEST=Boot to Windows 11 and verify internal speakers work Change-Id: I5529030bb91a41236772ac410096dc6bff00dd32 Signed-off-by: Michał Kopeć Reviewed-on: https://review.coreboot.org/c/coreboot/+/87306 Reviewed-by: Sergii Dmytruk Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/novacustom/mtl-h/Makefile.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/novacustom/mtl-h/Makefile.mk b/src/mainboard/novacustom/mtl-h/Makefile.mk index 2607864470..869f5772b5 100644 --- a/src/mainboard/novacustom/mtl-h/Makefile.mk +++ b/src/mainboard/novacustom/mtl-h/Makefile.mk @@ -14,3 +14,4 @@ ramstage-y += variants/$(VARIANT_DIR)/gpio.c ramstage-y += variants/$(VARIANT_DIR)/ramstage.c ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c +ramstage-$(CONFIG_DRIVERS_I2C_TAS5825M) += variants/$(VARIANT_DIR)/tas5825m.c