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 30, 2023
1 parent 6b078be commit 9cb0a2e
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/module"
)

# generate linker script
Expand Down

0 comments on commit 9cb0a2e

Please sign in to comment.