1
0
mirror of https://github.com/olofk/serv.git synced 2026-03-04 02:04:58 +00:00
Files
olofk.serv/zephyr/drivers/serial/CMakeLists.txt
2020-12-16 23:02:56 +01:00

7 lines
210 B
CMake

# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
# SPDX-License-Identifier: Apache-2.0
set(ZEPHYR_CURRENT_LIBRARY drivers__serial)
zephyr_library_sources_ifdef(CONFIG_UART_BITBANG uart_bitbang.c)