File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
- zephyr_sources_ifdef(
4
- CONFIG_SEGGER_SYSTEMVIEW
5
- sysview_config.c
6
- sysview.c
7
- )
8
-
9
3
zephyr_sources_ifdef(
10
4
CONFIG_TRACING_CPU_STATS
11
5
cpu_stats.c
@@ -52,3 +46,5 @@ zephyr_include_directories_ifdef(
52
46
zephyr_include_directories_ifdef(CONFIG_TRACING include )
53
47
54
48
add_subdirectory_ifdef(CONFIG_TRACING_CTF ctf)
49
+
50
+ add_subdirectory_ifdef(CONFIG_SEGGER_SYSTEMVIEW sysview)
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments