aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4fmu-v1_default.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/config_px4fmu-v1_default.mk')
-rw-r--r--makefiles/config_px4fmu-v1_default.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefiles/config_px4fmu-v1_default.mk b/makefiles/config_px4fmu-v1_default.mk
index 452ab8a92..ea73129db 100644
--- a/makefiles/config_px4fmu-v1_default.mk
+++ b/makefiles/config_px4fmu-v1_default.mk
@@ -6,6 +6,7 @@
# Use the configuration's ROMFS.
#
ROMFS_ROOT = $(PX4_BASE)/ROMFS/px4fmu_common
+ROMFS_OPTIONAL_FILES = $(PX4_BASE)/Images/px4io-v1_default.bin
#
# Board support modules
@@ -91,6 +92,12 @@ MODULES += examples/flow_speed_control
MODULES += modules/sdlog2
#
+# Unit tests
+#
+MODULES += modules/unit_test
+MODULES += modules/commander/commander_tests
+
+#
# Library modules
#
MODULES += modules/systemlib