As there are more frontends coming in the future move existing frontend to the dedicated directory (like backends). Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
6 lines
122 B
CMake
6 lines
122 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_LOG_FRONTEND_DICT_UART
|
|
log_frontend_dict_uart.c
|
|
)
|