Files
zephyr/boards/native/native_posix/board.cmake
Jamie McCrae 66ce5c0b09 boards/soc: Add missing copyright headers
Adds missing copyright headers

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:13 +01:00

8 lines
185 B
CMake

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2017 Oticon A/S
set(SUPPORTED_EMU_PLATFORMS native)
board_set_debugger_ifnset(native_gdb)
board_finalize_runner_args(native_gdb)