bf894b8acf
The include of ${ZEPHYR_BASE}/drivers isn't needed anymore for board code so remove it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
7 lines
122 B
CMake
7 lines
122 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if(CONFIG_UART_GECKO)
|
|
zephyr_library()
|
|
zephyr_library_sources(board.c)
|
|
endif()
|