mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
remove optional_files dependency
This is a remainder of a rebase onto master
This commit is contained in:
@@ -435,7 +435,7 @@ function(px4_nuttx_add_romfs)
|
|||||||
--obj romfs.o
|
--obj romfs.o
|
||||||
--var romfs_img
|
--var romfs_img
|
||||||
--bin romfs.bin
|
--bin romfs.bin
|
||||||
DEPENDS ${romfs_src_files} ${extras} ${optional_files}
|
DEPENDS ${romfs_src_files} ${extras}
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||||
)
|
)
|
||||||
add_library(${OUT} STATIC romfs.o)
|
add_library(${OUT} STATIC romfs.o)
|
||||||
|
|||||||
Reference in New Issue
Block a user