mc atune: add module to all targets

- adjust flash constrianed targets to fit
This commit is contained in:
bresch
2021-10-01 11:38:32 +02:00
committed by Daniel Agar
parent b99dbcc6a7
commit 5874b1f87c
86 changed files with 98 additions and 30 deletions

View File

@@ -146,7 +146,7 @@ endif()
target_link_libraries(px4 PRIVATE ${module_libraries})
if (config_romfs_root)
if(config_romfs_root)
add_subdirectory(${PX4_SOURCE_DIR}/ROMFS ${PX4_BINARY_DIR}/ROMFS)
target_link_libraries(px4 PRIVATE romfs)
endif()