aboutsummaryrefslogtreecommitdiff
path: root/makefiles/firmware.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-03-20 23:05:19 -0700
committerpx4dev <px4@purgatory.org>2013-03-20 23:05:19 -0700
commitdb91dffb23cae1e8aa6c3945aa32b9d2e4ecd6a0 (patch)
tree0c6e8e86891285c45f7a60d857929a2a5e963599 /makefiles/firmware.mk
parentf7b14b2e23113093d1f76565041b91f22be79246 (diff)
parentb7d65bf8fc65b2fd7c98d46d60fb24fb937baa94 (diff)
downloadpx4-firmware-db91dffb23cae1e8aa6c3945aa32b9d2e4ecd6a0.tar.gz
px4-firmware-db91dffb23cae1e8aa6c3945aa32b9d2e4ecd6a0.tar.bz2
px4-firmware-db91dffb23cae1e8aa6c3945aa32b9d2e4ecd6a0.zip
Merge branch 'master' into export-build
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)/* \