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:
Yasushi SHOJI 2023-01-06 15:03:32 +09:00 committed by Carles Cufí
commit 4f7e2bb658

View file

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