aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-08-04 15:01:11 -0700
committerpx4dev <px4@purgatory.org>2013-08-04 15:01:11 -0700
commit64e856276ef12b74eca0c89a73b32372a47e8522 (patch)
tree162af43d82c15dfe34bb3fcfae613e3f03453db4 /Makefile
parent1cc6235e770d373969aefe93822e32a593bc393e (diff)
parente95861e9df4d4236b07d29c3f086bfa4730e8634 (diff)
downloadpx4-firmware-64e856276ef12b74eca0c89a73b32372a47e8522.tar.gz
px4-firmware-64e856276ef12b74eca0c89a73b32372a47e8522.tar.bz2
px4-firmware-64e856276ef12b74eca0c89a73b32372a47e8522.zip
Merge branch 'fmuv2_bringup' of https://github.com/cvg/Firmware_Private into fmuv2_bringup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d1a192fa2..82a5ffd27 100644
--- a/Makefile
+++ b/Makefile
@@ -162,6 +162,12 @@ $(NUTTX_SRC):
@$(ECHO) ""
#
+# Testing targets
+#
+testbuild:
+ $(Q) (cd $(PX4_BASE) && make distclean && make archives && make -j8)
+
+#
# Cleanup targets. 'clean' should remove all built products and force
# a complete re-compilation, 'distclean' should remove everything
# that's generated leaving only files that are in source control.
@@ -212,6 +218,9 @@ help:
@$(ECHO) " firmware to the board when the build is complete. Not supported for"
@$(ECHO) " all configurations."
@$(ECHO) ""
+ @$(ECHO) " testbuild"
+ @$(ECHO) " Perform a complete clean build of the entire tree."
+ @$(ECHO) ""
@$(ECHO) " Common options:"
@$(ECHO) " ---------------"
@$(ECHO) ""