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:
Rander Wang 2021-09-28 15:33:34 +08:00 committed by Liam Girdwood
parent 6a297b4ed7
commit cbf5aa6fbc
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ add_local_sources(sof
handler.c
helper.c
)
target_include_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/rimage/src/include)