Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
352fde1271c568fa24cb48b4aed20f97b25945b1
/
.
/
subsys
/
bluetooth
/
common
/
CMakeLists.txt
blob: 059a0d6ab1255ea7ed3fe2595dbc984afd2711a9 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(dummy.c)
zephyr_library_sources(log.c)
zephyr_library_sources_ifdef(CONFIG_BT_RPA rpa.c)
zephyr_library_link_libraries(subsys__bluetooth)