[nrf528xx] move to openthread/ot-nrf528xx (#6585)

This commit is contained in:
Jonathan Hui
2021-05-11 16:53:13 -07:00
committed by GitHub
parent a40b42e299
commit 550c2056de
711 changed files with 13 additions and 699632 deletions
-3
View File
@@ -175,9 +175,6 @@ if(OT_PLATFORM STREQUAL "posix")
add_subdirectory("${PROJECT_SOURCE_DIR}/src/posix/platform")
elseif(OT_PLATFORM STREQUAL "external")
# skip in this case
elseif(OT_PLATFORM MATCHES "^nrf*")
target_include_directories(ot-config INTERFACE ${PROJECT_SOURCE_DIR}/examples/platforms/nrf528xx/${OT_PLATFORM})
add_subdirectory("${PROJECT_SOURCE_DIR}/examples/platforms/nrf528xx")
else()
target_include_directories(ot-config INTERFACE ${PROJECT_SOURCE_DIR}/examples/platforms/${OT_PLATFORM})
add_subdirectory("${PROJECT_SOURCE_DIR}/examples/platforms/${OT_PLATFORM}")