aboutsummaryrefslogtreecommitdiff
path: root/LUFA/DoxygenPages/CompilingApps.txt
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-10 14:59:13 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-10 14:59:13 +0000
commit724c884e4c88b273c7666501d5913602ecf3de84 (patch)
treec2c95a61e6ce31f3d468627da50d40125902207f /LUFA/DoxygenPages/CompilingApps.txt
parente765c9b8f4231267e1dab5946ca50d389ff2e2ae (diff)
Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2329 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/DoxygenPages/CompilingApps.txt')
-rw-r--r--LUFA/DoxygenPages/CompilingApps.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/CompilingApps.txt b/LUFA/DoxygenPages/CompilingApps.txt
index bbed994c..567a5cde 100644
--- a/LUFA/DoxygenPages/CompilingApps.txt
+++ b/LUFA/DoxygenPages/CompilingApps.txt
@@ -45,4 +45,6 @@
* diagnostic output files), execute <b>"make clean"</b>. Once a "make all" has been run and no errors were encountered, the
* resulting binary will be located in the generated ".HEX" file. If your project makes use of pre-initialized EEPROM
* variables, the generated ".EEP" file will contain the project's EEPROM data.
+ *
+ * \see \ref Page_BuildSystem for information on the LUFA build system.
*/