Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: remove unused files from build system
Removes the files added to build system by mistake.

Signed-off-by: YC Hung <yc.hung@mediatek.com>
Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
  • Loading branch information
kuanhsuncheng authored and Allen-kh Cheng committed Sep 10, 2021
commit 34c0c599b765b4b7a360866b3a233412ee65b0c7
2 changes: 1 addition & 1 deletion src/drivers/mediatek/mt8195/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause

add_local_sources(sof ipc.c timer.c
interrupt.c uart.c afe-memif.c afe-dai.c afe-drv.c
interrupt.c afe-memif.c afe-dai.c afe-drv.c
)

2 changes: 1 addition & 1 deletion src/platform/mt8195/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

add_subdirectory(lib)

add_local_sources(sof platform.c printf.c afe-platform.c)
add_local_sources(sof platform.c afe-platform.c)
target_include_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/mt8195/include/platform)