soc/mediatek/mt8188: Add timer support

Add timer drivers to Makefile.

TEST=build pass
BUG=b:233720142

Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Change-Id: I0e3e58c7118a18e738a5abba391db0be9cfd7bf9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65588
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Bo-Chen Chen 2022-07-01 17:57:16 +08:00 committed by Felix Held
parent e0541ec874
commit 7912da87b1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ifeq ($(CONFIG_SOC_MEDIATEK_MT8188),y)
all-$(CONFIG_SPI_FLASH) += spi.c
all-y += ../common/timer.c
all-y += ../common/timer.c ../common/timer_prepare.c
all-y += ../common/uart.c
bootblock-y += bootblock.c