cmake: extensions: clarify zephyr_file() behavior
"Populate" is ambiguous here: does that mean set, or append? The answer is "append", so use that to be clearer. Be extra clear where we're looking in as well. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
85b7e1bc38
commit
9812447449
1 changed files with 2 additions and 2 deletions
|
@ -2152,8 +2152,8 @@ endfunction()
|
|||
# If no board is given the current BOARD and
|
||||
# BOARD_REVISION will be used.
|
||||
#
|
||||
# DTS <list>: List to populate with DTS overlay files
|
||||
# KCONF <list>: List to populate with Kconfig fragment files
|
||||
# DTS <list>: List to append DTS overlay files in <path> to
|
||||
# KCONF <list>: List to append Kconfig fragment files in <path> to
|
||||
# BUILD <type>: Build type to include for search.
|
||||
# For example:
|
||||
# BUILD debug, will look for <board>_debug.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue