Completely removed px4_add_board

This commit is contained in:
Peter van der Perk
2021-08-04 17:09:21 +02:00
committed by Daniel Agar
parent 57593cc56a
commit 56472eeed7
7 changed files with 163 additions and 357 deletions

View File

@@ -144,12 +144,10 @@ include(px4_add_module)
set(config_module_list)
include(px4_config)
include(px4_add_board)
include(${PX4_CONFIG_FILE})
include(kconfig)
message(STATUS "PX4 config: ${PX4_CONFIG}")
message(STATUS "PX4 platform: ${PX4_PLATFORM}")
include(kconfig)
if(${PX4_PLATFORM} STREQUAL "posix")
if(ENABLE_LOCKSTEP_SCHEDULER)