File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[submodule "rimage "]
22 path = rimage
33 url = https://github.com/thesofproject/rimage.git
4- branch = master
4+ branch = ext-man-uuid
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ set(CMAKE_ASM_FLAGS -DASSEMBLY)
5858add_library (sof_public_headers INTERFACE )
5959
6060target_include_directories (sof_public_headers INTERFACE ${PROJECT_SOURCE_DIR} /src/include )
61+ target_include_directories (sof_public_headers INTERFACE ${PROJECT_SOURCE_DIR} /rimage/src/include )
6162target_include_directories (sof_public_headers INTERFACE ${PROJECT_SOURCE_DIR} /rimage/src/include /sof)
6263
6364# interface library that is used only as container for sof binary options
Original file line number Diff line number Diff line change 3030#include <ipc/info.h>
3131#include <sof/compiler_attributes.h>
3232#include <stdint.h>
33- #include <rimage/src/include/ sof/kernel/ext_manifest.h>
33+ #include <sof/kernel/ext_manifest.h>
3434
3535/* FW version */
3636struct ext_man_fw_version {
You can’t perform that action at this time.
0 commit comments