px4io: force io firmware build

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

fixes #11042
This commit is contained in:
Julien Lecoeur
2019-08-25 13:47:55 +02:00
committed by Daniel Agar
parent b1d59c8817
commit 32fb4a9585

View File

@@ -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)