4ec6dfbe06
Move remaining systemview files under sysview folder. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
154 B
CMake
10 lines
154 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_SEGGER_SYSTEMVIEW
|
|
sysview_config.c
|
|
sysview.c
|
|
)
|
|
|
|
zephyr_include_directories(.)
|