Skip to content

Commit

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

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
  • Loading branch information
softwarecki committed Nov 21, 2023
1 parent 4413242 commit 26f1524
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 @@ -19,6 +19,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 26f1524

Please sign in to comment.