Skip to content

Commit

Permalink
loadable: adding ifndef for building loadable
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdobrowolski committed Jan 11, 2024
1 parent d57c647 commit 65dbf89
Show file tree
Hide file tree
Showing 22 changed files with 333 additions and 2,202 deletions.
1 change: 0 additions & 1 deletion lmdk/libraries/module_example/module_example_mtl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ length = "0x0" # calculated by rimage

[signed_pkg]
name = "ADSP"
partition_usage = "0x23"
[[signed_pkg.module]]
name = "ADSP.met"

Expand Down
3 changes: 2 additions & 1 deletion lmdk/modules/up_down_mixer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ target_compile_definitions(up_down_mixer PRIVATE __ZEPHYR__=1
CONFIG_IPC_MAJOR_4=1
CONFIG_LIBRARY=1
__ZEPHYR_RTOS_IDC_H__=1
MODULE_PRIVAT=1)
MODULE_PRIVAT=1
XCHAL_HAVE_HIFI3=1)

message( ${LMDK_DIR}${SOF_SRC_DIR}../posix/include )

Expand Down
Loading

0 comments on commit 65dbf89

Please sign in to comment.