cmake: Fix typo by replacing zephyr_library_add_sources
There is no function called zephyr_library_add_sources(). This must be zephyr_library_sources(). Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
parent
8c462bff02
commit
4f7e2bb658
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ endmacro()
|
|||
# ZEPHYR_MODULE/drivers/entropy/CMakeLists.txt
|
||||
# with content:
|
||||
# zephyr_library_amend()
|
||||
# zephyr_library_add_sources(...)
|
||||
# zephyr_library_sources(...)
|
||||
#
|
||||
# It is also possible to use generator expression when amending to Zephyr
|
||||
# libraries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue