mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
src/platforms/posix: move to platforms/posix/src/px4/common and src/drivers/driver_framework_wrapper
This commit is contained in:
@@ -264,8 +264,8 @@ function(px4_add_board)
|
||||
foreach(driver ${DF_DRIVERS})
|
||||
list(APPEND config_df_driver_list ${driver})
|
||||
|
||||
if(EXISTS "${PX4_SOURCE_DIR}/src/platforms/posix/drivers/df_${driver}_wrapper")
|
||||
list(APPEND config_module_list platforms/posix/drivers/df_${driver}_wrapper)
|
||||
if(EXISTS "${PX4_SOURCE_DIR}/src/drivers/driver_framework_wrapper/df_${driver}_wrapper")
|
||||
list(APPEND config_module_list drivers/driver_framework_wrapper/df_${driver}_wrapper)
|
||||
endif()
|
||||
endforeach()
|
||||
set(config_df_driver_list ${config_df_driver_list} PARENT_SCOPE)
|
||||
|
||||
Reference in New Issue
Block a user