aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-16 23:40:40 -0800
committerpx4dev <px4@purgatory.org>2013-02-23 22:00:59 -0800
commita7a1cc4625ea4097761a9aef88f9f0b4608944a4 (patch)
tree485d956b313182e5c768682ffe76d91c86e330e1 /Makefile
parent963621c1f34ce3ed7fd43c9943a0841404431d89 (diff)
downloadpx4-firmware-a7a1cc4625ea4097761a9aef88f9f0b4608944a4.tar.gz
px4-firmware-a7a1cc4625ea4097761a9aef88f9f0b4608944a4.tar.bz2
px4-firmware-a7a1cc4625ea4097761a9aef88f9f0b4608944a4.zip
Add support for per-config ROMFS generation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d42831f4..b5a66e59a 100644
--- a/Makefile
+++ b/Makefile
@@ -103,8 +103,6 @@ $(NUTTX_ARCHIVES): $(ARCHIVE_DIR)/%.export: $(NUTTX_SRC) $(NUTTX_APPS)
$(Q) (cd $(NUTTX_SRC) && $(RMDIR) nuttx-export)
$(Q) make -C $(NUTTX_SRC) -r $(MQUIET) distclean
$(Q) (cd $(NUTTX_SRC)/tools && ./configure.sh $(platform)/$(configuration))
- @echo Generating ROMFS for $(platform) XXX move this!
- $(Q) make -C $(ROMFS_SRC) all
@echo %% Exporting NuttX for $(platform)
$(Q) make -C $(NUTTX_SRC) -r $(MQUIET) export
$(Q) mkdir -p $(dir $@)