1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2024, Nordic Semiconductor ASA
4
5# Template file for optional Zephyr linker macros.
6#
7# This file will define optional linker macros for toolchains that are not
8# defining these macros themselves.
9
10if(NOT COMMAND toolchain_linker_finalize)
11  macro(toolchain_linker_finalize)
12  endmacro()
13endif()
14