This reduces the multiple buffer requirement to a single buffer. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
9 lines
183 B
CMake
9 lines
183 B
CMake
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)
|