Skip to content

Commit

Permalink
Switch smex and sof-logger to new sof/tools/rimage location
Browse files Browse the repository at this point in the history
Switch away from the independent rimage submodule. Long story in
thesofproject#8178 and others.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Oct 9, 2023
1 parent f55338a commit 157457c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smex/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ target_link_options(smex PRIVATE

target_include_directories(smex PRIVATE
"${SOF_ROOT_SOURCE_DIRECTORY}/src/include"
"${SOF_ROOT_SOURCE_DIRECTORY}/rimage/src/include"
"${SOF_ROOT_SOURCE_DIRECTORY}/tools/rimage/src/include"
)

# TODO: smex should not need RTOS headers: FIX.
Expand Down
2 changes: 1 addition & 1 deletion tools/logger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target_compile_options(sof-logger PRIVATE

target_include_directories(sof-logger PRIVATE
"${SOF_ROOT_SOURCE_DIRECTORY}/src/include"
"${SOF_ROOT_SOURCE_DIRECTORY}/rimage/src/include"
"${SOF_ROOT_SOURCE_DIRECTORY}/tools/rimage/src/include"
"${SOF_ROOT_SOURCE_DIRECTORY}"
)

Expand Down

0 comments on commit 157457c

Please sign in to comment.