Skip to content

Commit

Permalink
tracing: move ctf headers under ctf/
Browse files Browse the repository at this point in the history
Move CTF related header into own folder.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Feb 7, 2020
1 parent 4ec6dfb commit bf52f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions subsys/tracing/ctf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# SPDX-License-Identifier: Apache-2.0

zephyr_library()
zephyr_sources(ctf_top.c)

zephyr_library_sources(ctf_top.c)

zephyr_library_include_directories(
zephyr_include_directories(
${ZEPHYR_BASE}/kernel/include
${ZEPHYR_BASE}/arch/${ARCH}/include
)
Expand Down
File renamed without changes.

0 comments on commit bf52f5c

Please sign in to comment.