summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/Makefile.inc
diff options
context:
space:
mode:
authorLiguo Zhang <liguo.zhang@mediatek.com>2015-07-31 17:10:51 +0800
committerPatrick Georgi <pgeorgi@google.com>2016-01-22 19:33:58 +0100
commit5a899e92f1409109e972015ff5784f3909d5096d (patch)
tree8395636420e6034c8d4ead14b88191309cfd3128 /src/soc/mediatek/mt8173/Makefile.inc
parent7119222cfab46f6c4464589bbb0c61871a1531a1 (diff)
downloadcoreboot-5a899e92f1409109e972015ff5784f3909d5096d.tar.xz
mediatek/mt8173: Add I2C driver
BUG=none TEST=emerge-oak coreboot BRANCH=none [pg: split into multiple commits] Change-Id: If2cac5aecc5675048e0e2d28897b1a82e099de7d Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 2a3d867fd1e547cadc6c947f38082fddc2265d32 Original-Change-Id: I4f3a9b403b949d8ae8e3c393cc9441fb66ea5f1d Original-Signed-off-by: liguo.zhang <liguo.zhang@mediatek.com> Original-Reviewed-on: https://chromium-review.googlesource.com/292667 Original-Commit-Ready: Yidi Lin <yidi.lin@mediatek.com> Original-Tested-by: Yidi Lin <yidi.lin@mediatek.com> Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/12615 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8173/Makefile.inc')
-rw-r--r--src/soc/mediatek/mt8173/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc
index 1b17d957cc..610d682bcf 100644
--- a/src/soc/mediatek/mt8173/Makefile.inc
+++ b/src/soc/mediatek/mt8173/Makefile.inc
@@ -31,6 +31,7 @@ bootblock-y += mmu_operations.c
################################################################################
+verstage-y += i2c.c
verstage-y += spi.c
verstage-$(CONFIG_DRIVERS_UART) += uart.c