Skip to content

Commit 86adcd0

Browse files
committed
tracing: move systemview into its own folder
Cleanup tracing subsystem and move systemview related files into own folder. Signed-off-by: Anas Nashif <[email protected]>
1 parent a48e960 commit 86adcd0

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

subsys/tracing/CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
zephyr_sources_ifdef(
4-
CONFIG_SEGGER_SYSTEMVIEW
5-
sysview_config.c
6-
sysview.c
7-
)
8-
93
zephyr_sources_ifdef(
104
CONFIG_TRACING_CPU_STATS
115
cpu_stats.c
@@ -52,3 +46,5 @@ zephyr_include_directories_ifdef(
5246
zephyr_include_directories_ifdef(CONFIG_TRACING include)
5347

5448
add_subdirectory_ifdef(CONFIG_TRACING_CTF ctf)
49+
50+
add_subdirectory_ifdef(CONFIG_SEGGER_SYSTEMVIEW sysview)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
zephyr_sources_ifdef(
4+
CONFIG_SEGGER_SYSTEMVIEW
5+
sysview_config.c
6+
sysview.c
7+
)
8+
9+
zephyr_include_directories_ifdef(CONFIG_TRACING include)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)