mirror of https://github.com/thesofproject/sof.git
ipc4: fix ipc4 build failed
Ipc4 checks manifest in fw binary, so it needs to use header files in rimage Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
parent
6a297b4ed7
commit
cbf5aa6fbc
|
@ -5,3 +5,5 @@ add_local_sources(sof
|
|||
handler.c
|
||||
helper.c
|
||||
)
|
||||
|
||||
target_include_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/rimage/src/include)
|
||||
|
|
Loading…
Reference in New Issue