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:
Marc Herbert 2021-07-11 06:20:42 +00:00 committed by Christopher Friedt
commit 3e0bc8c231

View file

@ -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