blob: b331455b630265de955ebcdf11b108ad3ff242f7 [file] [log] [blame]
zephyr_library()
zephyr_library_include_directories(. ${ZEPHYR_BASE}/subsys/net/ip)
zephyr_library_compile_definitions_ifdef(
CONFIG_NEWLIB_LIBC __LINUX_ERRNO_EXTENSIONS__
)
zephyr_library_sources(
gptp.c
gptp_user_api.c
gptp_md.c
gptp_messages.c
gptp_mi.c
)