summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/Makefile.inc
diff options
context:
space:
mode:
authorTristan Shieh <tristan.shieh@mediatek.com>2018-09-26 13:33:36 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-10-17 12:05:25 +0000
commit223434644a67c6934652819bac3eb3e1bc0d9b6f (patch)
treef60a8ececd8e9c787e067f3fa75ed4f77a039d51 /src/soc/mediatek/mt8173/Makefile.inc
parent6d88a5d5886d4e66bd16b4f59f9ebbfbd1758740 (diff)
mediatek: Refactor USB code among similar SoCs
Refactor USB code which will be reused among similar SoCs. BUG=b:80501386 BRANCH=none TEST=Boots correctly on Elm Change-Id: I06fefb4149a489be991e13ddf624082d11e31765 Signed-off-by: Tristan Shieh <tristan.shieh@mediatek.com> Reviewed-on: https://review.coreboot.org/28786 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8173/Makefile.inc')
-rw-r--r--src/soc/mediatek/mt8173/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc
index 73048f44bb..e125e03146 100644
--- a/src/soc/mediatek/mt8173/Makefile.inc
+++ b/src/soc/mediatek/mt8173/Makefile.inc
@@ -80,7 +80,7 @@ ramstage-y += ../common/wdt.c
ramstage-y += ../common/pll.c pll.c
ramstage-y += rtc.c
-ramstage-y += usb.c
+ramstage-y += ../common/usb.c usb.c
ramstage-y += ddp.c
ramstage-y += dsi.c