commit | e739face896f9c173627d95e5302bb7c2ef4d8bd | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Wed Sep 14 13:47:59 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Sep 22 19:26:15 2022 +0800 |
tree | 2df12f8b04aec4e3b2f9ff571d150f6cb7413bee | |
parent | 768f112e991f4b2039d440c1803f0a43a1d35075 [diff] |
refactor(mt8188): move platform_def.h to mt8188/include It is more suitable to place platform_def.h in mt8188/include. Change-Id: I35720690ff4f2ca99c9430edb8bbe17edf9aefb9
diff --git a/plat/mediatek/include/mt8188/platform_def.h b/plat/mediatek/mt8188/include/platform_def.h similarity index 100% rename from plat/mediatek/include/mt8188/platform_def.h rename to plat/mediatek/mt8188/include/platform_def.h
diff --git a/plat/mediatek/mt8188/platform.mk b/plat/mediatek/mt8188/platform.mk index 765589b..99ba43f 100644 --- a/plat/mediatek/mt8188/platform.mk +++ b/plat/mediatek/mt8188/platform.mk
@@ -14,7 +14,6 @@ PLAT_INCLUDES := -I${MTK_PLAT}/common \ -I${MTK_PLAT}/include \ - -I${MTK_PLAT}/include/${MTK_SOC} \ -I${MTK_PLAT}/include/${ARCH_VERSION} \ -I${MTK_PLAT} \ -I${MTK_PLAT_SOC}/include \