2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-08-05 05:22:54 +08:00
|
|
|
zephyr_library()
|
2022-10-31 21:58:02 +08:00
|
|
|
zephyr_library_property(ALLOW_EMPTY TRUE)
|
2021-08-05 05:22:54 +08:00
|
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/bluetooth)
|
2017-10-27 21:43:34 +08:00
|
|
|
add_subdirectory(hci)
|