1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_library() 4zephyr_library_include_directories(. ${ZEPHYR_BASE}/subsys/net/ip) 5zephyr_library_compile_definitions_ifdef( 6 CONFIG_NEWLIB_LIBC __LINUX_ERRNO_EXTENSIONS__ 7 ) 8 9zephyr_library_sources( 10 gptp.c 11 gptp_user_api.c 12 gptp_md.c 13 gptp_messages.c 14 gptp_mi.c 15 ) 16