aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-09-23 11:09:09 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-09-23 11:09:09 +0000
commit4cd80263ff477e81ab88dc76f32103f3852a0468 (patch)
tree8444912e7ab4f14402ca930c0d84ba67d7a47880 /LUFA/DoxygenPages/BuildSystem.txt
parent217f1eebc16f6e0758305b270b3990fe002a5e4d (diff)
downloadlufa-4cd80263ff477e81ab88dc76f32103f3852a0468.tar.gz
lufa-4cd80263ff477e81ab88dc76f32103f3852a0468.tar.bz2
lufa-4cd80263ff477e81ab88dc76f32103f3852a0468.zip
Minor documentation improvements. Remove AS4 project generator script as it is buggy; replace with a better system in the future for both AS4 and AS6.
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 57dec5424..57a01d944 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -25,7 +25,7 @@
* project's build makefile targets automatically. To call a build target, run <tt>make {TARGET_NAME}</tt>
* from the command line, substituting in the appropriate target name.
*
- * \see \ref Sec_AppConfigParams for a copy of the sample LUFA project makefile.
+ * \see \ref Sec_AppMakefileParams for a copy of the sample LUFA project makefile.
*
* Each build module may have one or more mandatory parameters (GNU Make variables) which <i>must</i>
* be supplied in the project makefile for the module to work, and one or more optional parameters which