aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-23 15:15:52 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-23 15:15:52 +0000
commitbf5b49ecf566c779bd64ba8beeb813bd4bf9913e (patch)
tree42c9870972bb8825a79c6372f2623a2f2d85cffd /LUFA/DoxygenPages
parent924edb2f9ae0ffd5d3cbe246aa1d5a3c201260d5 (diff)
downloadlufa-bf5b49ecf566c779bd64ba8beeb813bd4bf9913e.tar.gz
lufa-bf5b49ecf566c779bd64ba8beeb813bd4bf9913e.tar.bz2
lufa-bf5b49ecf566c779bd64ba8beeb813bd4bf9913e.zip
Add ability to archive build object files into a .a library file to the BUILD build system module.
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 5190adf26..8cce2a541 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>lib</tt></td>
+ * <td>Build and archive all source files into a library A binary file.</td>
+ * </tr>
+ * <tr>
* <td><tt>all</tt></td>
* <td>Build and link the application into ELF debug and HEX binary files.</td>
* </tr>