diff options
author | Yidi Lin <yidi.lin@mediatek.com> | 2021-04-19 15:45:16 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2021-04-21 08:56:44 +0000 |
commit | 7ac11ca3d64615d1c77e48d31b1730bd67582168 (patch) | |
tree | e3f42bd2c6203ee2bfe272f0d0f515d60ce1843f /src/soc/mediatek/mt8192/Makefile.inc | |
parent | ab686715f29ffd323a5880685b587981abddeac6 (diff) |
soc/mediatek: Move mt8192 ufs driver to common
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>
Change-Id: I28eb13edcded95a9a4c17bdf92da9f792883a613
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52534
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8192/Makefile.inc')
-rw-r--r-- | src/soc/mediatek/mt8192/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8192/Makefile.inc b/src/soc/mediatek/mt8192/Makefile.inc index 0181bfcab0..9512346984 100644 --- a/src/soc/mediatek/mt8192/Makefile.inc +++ b/src/soc/mediatek/mt8192/Makefile.inc @@ -61,7 +61,7 @@ ramstage-y += spm.c ramstage-y += sspm.c ramstage-y += ../common/timer.c ramstage-y += ../common/uart.c -ramstage-y += ufs.c +ramstage-y += ../common/ufs.c ramstage-y += ../common/usb.c usb.c MT8192_BLOB_DIR := 3rdparty/blobs/soc/mediatek/mt8192 |