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:
Sebastian Bøe 2019-08-30 17:11:22 +02:00 committed by Kumar Gala
commit 8610b84d55
5 changed files with 0 additions and 7 deletions

View file

@ -15,5 +15,3 @@ if(CONFIG_BT_CTLR)
add_subdirectory(controller)
endif()
endif()
target_link_libraries(subsys__bluetooth INTERFACE zephyr_interface)