zdsp: Fix missing kconfig and no source library
Adds a missing menuconfig for the DSP library as well as fix an issue with the zephyr library being a STATIC library and having no sources in the case of the cmsis backend. Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
9cf2b20415
commit
0f174e5758
5 changed files with 14 additions and 6 deletions
|
@ -19,7 +19,7 @@ add_subdirectory(random)
|
|||
add_subdirectory(storage)
|
||||
add_subdirectory_ifdef(CONFIG_SETTINGS settings)
|
||||
add_subdirectory(fb)
|
||||
add_subdirectory(dsp)
|
||||
add_subdirectory_ifdef(CONFIG_DSP dsp)
|
||||
add_subdirectory(portability)
|
||||
add_subdirectory(pm)
|
||||
add_subdirectory(stats)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue