diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/mediatek/mt8173/Makefile.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc index 5ca882f0c3..a9cb9c2114 100644 --- a/src/soc/mediatek/mt8173/Makefile.inc +++ b/src/soc/mediatek/mt8173/Makefile.inc @@ -30,6 +30,16 @@ bootblock-y += wdt.c ################################################################################ +verstage-y += spi.c + +verstage-$(CONFIG_DRIVERS_UART) += uart.c + +verstage-y += timer.c +verstage-y += wdt.c +verstage-y += cbfs.c + +################################################################################ + romstage-y += cbfs.c romstage-y += timer.c |