1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_include_directories(.)
4
5zephyr_sources_ifdef(CONFIG_COAP
6  coap.c
7  coap_link_format.c
8)
9