1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4zephyr_library_property(ALLOW_EMPTY TRUE)
5zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/bluetooth)
6add_subdirectory(hci)
7