ext: debug: Move ctf_map.h to subsys/tracing/ctf
To complete the removal of the ext/ folder, move the ctf_map.h file to where it really belongs, which is subsys/tracing/ctf. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
d212bc4d60
commit
1c79096559
4 changed files with 0 additions and 3 deletions
|
@ -452,7 +452,6 @@ else()
|
|||
endif()
|
||||
|
||||
add_subdirectory(boards)
|
||||
add_subdirectory(ext)
|
||||
add_subdirectory(subsys)
|
||||
add_subdirectory(drivers)
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
add_subdirectory(debug)
|
|
@ -1 +0,0 @@
|
|||
zephyr_include_directories_ifdef(CONFIG_TRACING_CTF ctf)
|
Loading…
Add table
Add a link
Reference in a new issue