mirror of https://github.com/thesofproject/sof.git
Switch smex and sof-logger to new sof/tools/rimage location
Switch away from the independent rimage submodule. Long story in https://github.com/thesofproject/sof/issues/8178 and others. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
f55338a985
commit
157457c127
|
@ -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.
|
||||
|
|
|
@ -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}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue