cmake: remove BUILD type in function description.
Build type was removed in 763a49f082
but
the function description was not updated accordingly.
Remove build type from the function description.
Add board qualifier as that is missing.
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
4b745fa725
commit
7f6b3f51ef
1 changed files with 2 additions and 2 deletions
|
@ -1587,8 +1587,8 @@ function(pow2round n)
|
|||
set(${n} ${${n}} PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
||||
# Function to create a build string based on BOARD, BOARD_REVISION, and BUILD
|
||||
# type.
|
||||
# Function to create a build string based on BOARD, BOARD_REVISION, and
|
||||
# BOARD_QUALIFIER.
|
||||
#
|
||||
# This is a common function to ensure that build strings are always created
|
||||
# in a uniform way.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue