zephyr: Port liblc3 to Zephyr as external module

Add Zephyr module definition so that the project can be used as Zephyr
external module.

Fixes: https://github.com/zephyrproject-rtos/liblc3codec/issues/10
Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
Mariusz Skamra
2022-06-27 11:40:29 +02:00
parent 36ecf25881
commit e07f313d57

4
zephyr/module.yml Normal file
View File

@@ -0,0 +1,4 @@
name: liblc3codec
build:
cmake-ext: True
kconfig-ext: True