cmake: don't link interface libraries with zephyr_interface
Stop linking interface libraries against zephyr_interface. This is cargo cult code that in practice does nothing. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
6d798c8cce
commit
8610b84d55
5 changed files with 0 additions and 7 deletions
|
@ -15,5 +15,3 @@ if(CONFIG_BT_CTLR)
|
|||
add_subdirectory(controller)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries(subsys__bluetooth INTERFACE zephyr_interface)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue