blob: 6284e8a37fa4361cbc5a24d0f1fbd9a31650e660 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(zbus.c)
if(CONFIG_ZBUS_RUNTIME_OBSERVERS)
zephyr_library_sources(zbus_runtime_observers.c)
endif()
zephyr_library_sources(zbus_iterable_sections.c)