aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-08-18 10:45:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-08-18 10:45:29 +0000
commit7375c789e1b85ef5eb280339559c0cc9ae8f3b87 (patch)
tree6f27faf9179718f6055be32e5e48057607f6aa76 /LUFA/DoxygenPages/BuildSystem.txt
parent3e50a59486d29752c938befdb906666e21851282 (diff)
downloadlufa-7375c789e1b85ef5eb280339559c0cc9ae8f3b87.tar.gz
lufa-7375c789e1b85ef5eb280339559c0cc9ae8f3b87.tar.bz2
lufa-7375c789e1b85ef5eb280339559c0cc9ae8f3b87.zip
Document build system targets. Add a rule to the BUILD module that is run if a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error).
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index a1ed8416e..c1e8be3db 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -105,6 +105,10 @@
* <td><tt>mostlyclean</tt></td>
* <td>Remove all intermediatary files but preserve any binary output files.</td>
* </tr>
+ * <tr>
+ * <td><tt><filename>.s</tt></td>
+ * <td>Create an assembly listing of a given input C/C++ source file.</td>
+ * </tr>
* </table>
*
* \section SSec_BuildModule_BUILD_MandatoryParams Mandatory Parameters