Browse Source

px4io: force io firmware build

This fixes incremental build of the px4io firmware on targets that use the px4io driver.

fixes #11042
sbg
Julien Lecoeur 6 years ago committed by Daniel Agar
parent
commit
32fb4a9585
  1. 1
      src/drivers/px4io/CMakeLists.txt

1
src/drivers/px4io/CMakeLists.txt

@ -59,6 +59,7 @@ ExternalProject_Add(px4io_firmware @@ -59,6 +59,7 @@ ExternalProject_Add(px4io_firmware
INSTALL_COMMAND ""
USES_TERMINAL_BUILD true
DEPENDS git_nuttx git_nuttx_apps
BUILD_ALWAYS 1
)
ExternalProject_Get_Property(px4io_firmware BINARY_DIR)

Loading…
Cancel
Save