blob: d3b3c9e75b70cac4956a55aba8f31b77245f4233 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(addr.c)
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)