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>
This commit is contained in:
parent
94c1307fdb
commit
6ca2c3c415
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ bootblock-y += ../common/early_init.c
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue