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:
Carles Cufi 2020-03-20 15:10:16 +01:00 committed by Anas Nashif
commit 1c79096559
4 changed files with 0 additions and 3 deletions

View file

@ -452,7 +452,6 @@ else()
endif()
add_subdirectory(boards)
add_subdirectory(ext)
add_subdirectory(subsys)
add_subdirectory(drivers)

View file

@ -1 +0,0 @@
add_subdirectory(debug)

View file

@ -1 +0,0 @@
zephyr_include_directories_ifdef(CONFIG_TRACING_CTF ctf)