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 <[email protected]>
  • Loading branch information
softwarecki authored and lgirdwood committed Nov 24, 2023
1 parent f21670b commit f3e0959
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 f3e0959

Please sign in to comment.