Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85801?usp=email )
Change subject: soc/mediatek/mt8196: Fix indentation in Makefile.mk ......................................................................
soc/mediatek/mt8196: Fix indentation in Makefile.mk
TEST=Build pass BUG=b:317009620
Change-Id: Id70988da2505ed8940f4c55f3483c6bc2c33ff1c Signed-off-by: Jarried Lin jarried.lin@mediatek.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85801 Reviewed-by: Elyes Haouas ehaouas@noos.fr Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Yu-Ping Wu yupingso@google.com Reviewed-by: Yidi Lin yidilin@google.com --- M src/soc/mediatek/mt8196/Makefile.mk 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Elyes Haouas: Looks good to me, approved Yu-Ping Wu: Looks good to me, approved Yidi Lin: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/soc/mediatek/mt8196/Makefile.mk b/src/soc/mediatek/mt8196/Makefile.mk index d49925b..e967707 100644 --- a/src/soc/mediatek/mt8196/Makefile.mk +++ b/src/soc/mediatek/mt8196/Makefile.mk @@ -18,7 +18,7 @@ bootblock-y += ../common/lastbus_v2.c lastbus.c bootblock-y += mminfra.c bootblock-y += ../common/mmu_operations.c -bootblock-y += mtcmos.c +bootblock-y += mtcmos.c bootblock-$(CONFIG_PCI) += ../common/pcie.c pcie.c bootblock-y += tracker.c bootblock-y += ../common/wdt.c ../common/wdt_req.c wdt.c