mb/novacustom/mtl-h/Makefile.mk: include tas5825m.c in the build
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ć <michal.kopec@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87306 Reviewed-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2033075753
commit
a2010cf5ee
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue