samples/audio/sof: remove zephyr_interface_library_named(sof_lib)
As this makes no difference, it's misleading so let's remove it to stop
being misled. I don't know why initial commit efa794dbc5
added it but
the build directory is strictly identical with or without this line.
The SOF code is included in the build thanks to CONFIG_SOF in prj.conf,
not this.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
b2b4bb0005
commit
3e0bc8c231
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ target_sources(app PRIVATE
|
|||
src/main.c
|
||||
)
|
||||
|
||||
zephyr_interface_library_named(sof_lib)
|
||||
|
||||
zephyr_library_include_directories(app PUBLIC
|
||||
${sof_module}/src/arch/xtensa/include
|
||||
${sof_module}/src/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue