blob: 347456d18312c344e1ae6c2c16969eb6a9d77884 [file] [log] [blame]
# Copyright (c) 2024 Croxel, Inc.
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_include_directories(.)
zephyr_library_sources(
nus.c
nus_inst.c
)
zephyr_library_sources_ifdef(CONFIG_BT_ZEPHYR_NUS_AUTO_START_BLUETOOTH
bt_nus_auto_start_bt.c
)