Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion simplelink_lpf3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ add_subdirectory(source/ti/boards)

include(${CMAKE_CURRENT_LIST_DIR}/CMakeSources.cmake)

add_subdirectory_ifdef(CONFIG_BT source/ti/ble)
if(CONFIG_BT AND NOT CONFIG_BOARD_NATIVE_SIM)
add_subdirectory(source/ti/ble)
endif()

if(CONFIG_HAS_CC23X0_SDK)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Empty stub for native_sim builds */
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Empty stub for native_sim builds */