aboutsummaryrefslogtreecommitdiff
path: root/makefiles/firmware.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/firmware.mk')
-rw-r--r--makefiles/firmware.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefiles/firmware.mk b/makefiles/firmware.mk
index d78c95d96..917e8da34 100644
--- a/makefiles/firmware.mk
+++ b/makefiles/firmware.mk
@@ -241,6 +241,11 @@ include $(PX4_MK_DIR)/nuttx.mk
ifneq ($(ROMFS_ROOT),)
+#
+# Note that there is no support for more than one root directory or constructing
+# a root from several templates. That would be a nice feature.
+#
+
# Add dependencies on anything in the ROMFS root
ROMFS_DEPS += $(wildcard \
(ROMFS_ROOT)/* \