zephyr/drivers/ptp_clock/CMakeLists.txt

6 lines
116 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_PTP_CLOCK ptp_clock.c)