1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_library() 4 5zephyr_library_sources( 6 btca.c 7 clock.c 8 msg.c 9 port.c 10 ptp.c 11 state_machine.c 12 tlv.c 13 transport.c 14) 15