blob: 98db038b991ec2e91e118a0202d1e87e703419a4 [file] [log] [blame]
zephyr_library()
zephyr_library_sources(
bt.c
gatt.c
)
zephyr_library_sources_ifdef(CONFIG_BT_CTLR
ll.c
ticker.c
)
zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_NRF5 flash.c)