2019-05-09 14:58:08 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_include_directories(.)
|
|
|
|
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(
|
2023-08-24 04:35:41 +08:00
|
|
|
conn_mgr_monitor.c
|
2019-05-09 14:58:08 +08:00
|
|
|
events_handler.c
|
2023-01-18 02:42:27 +08:00
|
|
|
conn_mgr_connectivity.c
|
2019-05-09 14:58:08 +08:00
|
|
|
)
|
2023-01-18 02:42:27 +08:00
|
|
|
|
|
|
|
zephyr_linker_sources(DATA_SECTIONS conn_mgr.ld)
|
|
|
|
zephyr_iterable_section(NAME conn_mgr_conn_binding GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4)
|