Jarried Lin has uploaded this change for review. ( 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 --- M src/soc/mediatek/mt8196/Makefile.mk 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/85801/1
diff --git a/src/soc/mediatek/mt8196/Makefile.mk b/src/soc/mediatek/mt8196/Makefile.mk index a63a22f..d7b0df8 100644 --- a/src/soc/mediatek/mt8196/Makefile.mk +++ b/src/soc/mediatek/mt8196/Makefile.mk @@ -17,7 +17,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-y += mtk_cksys.c bootblock-$(CONFIG_PCI) += ../common/pcie.c pcie.c bootblock-y += tracker.c