Skip to content

Commit bc94ce7

Browse files
MirkoCovizzieivindj-nordic
authored andcommitted
lib: peer_manager: conditionally compile Auth Status Tracker
Conditionally compile Auth Status Tracker. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent f2dc436 commit bc94ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/peer_manager/modules/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
zephyr_library_sources(auth_status_tracker.c)
7+
zephyr_library_sources_ifdef(CONFIG_PM_RA_PROTECTION auth_status_tracker.c)
88
zephyr_library_sources(gatt_cache_manager.c)
99
zephyr_library_sources(gatts_cache_manager.c)
1010
zephyr_library_sources(id_manager.c)

0 commit comments

Comments
 (0)