Skip to content

Commit

Permalink
lmdk: sof_api: Use extracted sof_api headers in lmdk
Browse files Browse the repository at this point in the history
Use of a separated sof_api headers when building native loadable libraries.

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
  • Loading branch information
softwarecki committed Oct 23, 2023
1 parent 9c25890 commit 5b6a56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lmdk/cmake/build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ foreach(MODULE ${MODULES_LIST})
target_include_directories(${MODULE} PRIVATE
"${LMDK_BASE}/include"
"${RIMAGE_INCLUDE_DIR}"
"${SOF_BASE}/src/include/sof_api"
)

# generate linker script
Expand Down

0 comments on commit 5b6a56d

Please sign in to comment.