1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_include_directories(.)
4
5zephyr_library()
6zephyr_library_sources(
7	conn_mgr_monitor.c
8	events_handler.c
9	conn_mgr_connectivity.c
10	)
11
12zephyr_linker_sources(DATA_SECTIONS conn_mgr.ld)
13zephyr_iterable_section(NAME conn_mgr_conn_binding GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN ${CONFIG_LINKER_ITERABLE_SUBALIGN})
14