File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ elseif(CONFIG_MT8195)
2828 set (platform_folder mt8195)
2929elseif (CONFIG_MT8196)
3030 set (platform_folder mt8196)
31+ elseif (CONFIG_MT8365)
32+ set (platform_folder mt8365)
3133else ()
3234 message (FATAL_ERROR "Platform not defined, check your Kconfiguration?" )
3335endif ()
@@ -479,7 +481,7 @@ set(UNSIGNED_RI imx8 imx8x imx8m imx8ulp)
479481# AMD
480482list (APPEND UNSIGNED_RI rn rmb vangogh acp_6_3 acp_7_0)
481483# MediaTek
482- list (APPEND UNSIGNED_RI mt8186 mt8188 mt8195 mt8196)
484+ list (APPEND UNSIGNED_RI mt8186 mt8188 mt8195 mt8196 mt8365 )
483485
484486if (${fw_name} IN_LIST UNSIGNED_RI) # mere copy
485487 add_custom_command (OUTPUT reproducible.ri
Original file line number Diff line number Diff line change @@ -23,4 +23,6 @@ elseif(CONFIG_MT8195)
2323 add_subdirectory (mt8195 )
2424elseif (CONFIG_MT8196)
2525 add_subdirectory (mt8196 )
26+ elseif (CONFIG_MT8365)
27+ add_subdirectory (mt8365 )
2628endif ()
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: BSD-3-Clause
2+
3+ add_subdirectory (lib )
4+
5+ add_local_sources (sof platform.c afe-platform.c )
6+ target_include_directories (sof_options INTERFACE ${PROJECT_SOURCE_DIR} /src/platform/mt8365/include/arch )
7+ target_include_directories (sof_options INTERFACE ${PROJECT_SOURCE_DIR} /src/platform/mt8365/include/platform )
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: BSD-3-Clause
2+
3+ add_local_sources (sof
4+ clk.c
5+ dma.c
6+ memory.c
7+ )
You can’t perform that action at this time.
0 commit comments