cmake: extensions: fix a STRUCT_SECTION_ITERABLE comment reference
The STRUCT_SECTION_ITERABLE have been renamed to drop the Z_ prefix, this drops the last reference in the cmake comments. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
69f60eb2cf
commit
98dea7e0bd
|
@ -3669,7 +3669,7 @@ endmacro()
|
|||
#
|
||||
#
|
||||
# Define an output section which will set up an iterable area
|
||||
# of equally-sized data structures. For use with Z_STRUCT_SECTION_ITERABLE.
|
||||
# of equally-sized data structures. For use with STRUCT_SECTION_ITERABLE.
|
||||
# Input sections will be sorted by name in lexicographical order.
|
||||
#
|
||||
# Each list for an input section will define the following linker symbols:
|
||||
|
|
Loading…
Reference in a new issue