We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dc436 commit bc94ce7Copy full SHA for bc94ce7
lib/peer_manager/modules/CMakeLists.txt
@@ -4,7 +4,7 @@
4
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
#
6
7
-zephyr_library_sources(auth_status_tracker.c)
+zephyr_library_sources_ifdef(CONFIG_PM_RA_PROTECTION auth_status_tracker.c)
8
zephyr_library_sources(gatt_cache_manager.c)
9
zephyr_library_sources(gatts_cache_manager.c)
10
zephyr_library_sources(id_manager.c)
0 commit comments