mirror of
https://github.com/olofk/serv.git
synced 2025-04-23 13:27:05 -04:00
6 lines
211 B
CMake
6 lines
211 B
CMake
# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory_ifdef(CONFIG_SERIAL_HAS_DRIVER serial)
|
|
add_subdirectory_ifdef(CONFIG_SYS_CLOCK_EXISTS timer)
|
|
|