From a64d9f442e89232e623e165d05c162f6d1862cbe Mon Sep 17 00:00:00 2001 From: Bo-Chen Chen Date: Wed, 14 Sep 2022 13:47:59 +0800 Subject: [PATCH] refactor(mt8188): move platform_def.h to mt8188/include It is more suitable to place platform_def.h in mt8188/include. Signed-off-by: Bo-Chen Chen Change-Id: I35720690ff4f2ca99c9430edb8bbe17edf9aefb9 --- plat/mediatek/{include/mt8188 => mt8188/include}/platform_def.h | 0 plat/mediatek/mt8188/platform.mk | 1 - 2 files changed, 1 deletion(-) rename plat/mediatek/{include/mt8188 => mt8188/include}/platform_def.h (100%) 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 765589b04..99ba43f34 100644 --- a/plat/mediatek/mt8188/platform.mk +++ b/plat/mediatek/mt8188/platform.mk @@ -14,7 +14,6 @@ include lib/xlat_tables_v2/xlat_tables.mk 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 \ -- 2.39.5