aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-23 17:01:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-23 17:01:08 +0000
commit90b6bf9e256eea7bb5e493b8f871e2e9f2e1e06d (patch)
tree978dd280eda2c666a20a2c0c0c7714ab198871f8 /LUFA/DoxygenPages
parente5cf169469cebc3b632e36b1277efdd52fcaa09a (diff)
downloadlufa-90b6bf9e256eea7bb5e493b8f871e2e9f2e1e06d.tar.gz
lufa-90b6bf9e256eea7bb5e493b8f871e2e9f2e1e06d.tar.bz2
lufa-90b6bf9e256eea7bb5e493b8f871e2e9f2e1e06d.zip
Clean up BUILD build system module, expose "check-source" target for use in user applications.
Diffstat (limited to 'LUFA/DoxygenPages')
-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 8cce2a541..9a460d30a 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -70,6 +70,10 @@
* <td>Display a size-sorted list of symbols from the compiled application, in decimal bytes.</td>
* </tr>
* <tr>
+ * <td><tt>check-source</tt></td>
+ * <td>Display a list of input SRC source files which cannot be found (if any).</td>
+ * </tr>
+ * <tr>
* <td><tt>lib</tt></td>
* <td>Build and archive all source files into a library A binary file.</td>
* </tr>