378ad046c8
Instead of putting object files inside libzephyr.a, simply build a separate static library as most other driver types are doing this already. Note that the include to subsys/bluetooth has been moved from under drivers/bluetooth to subsys/bluetooth, as it is actually the subsystem's job to make sure the include directories are correct. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
6 lines
146 B
CMake
6 lines
146 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/bluetooth)
|
|
add_subdirectory(hci)
|