Skip to content

Commit

Permalink
bluetooth: controller: Moved library source for lll_test.c
Browse files Browse the repository at this point in the history
Moved library source for nordic/lll/lll_test.c under
CONFIG_BT_LLL_VENDOR_NORDIC condition.

Signed-off-by: Morten Priess <mtpr@oticon.com>
  • Loading branch information
mtpr-ot authored and aescolar committed Apr 30, 2019
1 parent 23e1f4d commit d533dde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subsys/bluetooth/controller/CMakeLists.txt
Expand Up @@ -125,14 +125,14 @@ if(CONFIG_BT_LL_SW_SPLIT)
CONFIG_BT_HCI_MESH_EXT
ll_sw/ll_mesh.c
)
zephyr_library_sources_ifdef(
CONFIG_BT_CTLR_DTM
ll_sw/nordic/lll/lll_test.c
)
if(CONFIG_BT_LLL_VENDOR_NORDIC)
zephyr_library_include_directories(
ll_sw/nordic/lll
)
zephyr_library_sources_ifdef(
CONFIG_BT_CTLR_DTM
ll_sw/nordic/lll/lll_test.c
)
zephyr_library_sources_ifdef(
CONFIG_BT_CTLR_PROFILE_ISR
ll_sw/nordic/lll/lll_prof.c
Expand Down

0 comments on commit d533dde

Please sign in to comment.