zephyr/boards/sparkfun/thing_plus_matter_mgm240p/CMakeLists.txt

8 lines
160 B
CMake

# Copyright (c) 2021 Sateesh Kotapati
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_UART_GECKO)
zephyr_library()
zephyr_library_sources(board.c)
endif()