aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-10 19:39:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-10 19:39:40 +0000
commit9ab445518a01e9b10b5d3e1c99f45d81d874278b (patch)
tree5a165f8c29757a54577b0366f44b4978b17ec205 /LUFA/DoxygenPages/BuildSystem.txt
parentfe3a5c24623030306bca129a4653323f0bfb80bc (diff)
downloadlufa-9ab445518a01e9b10b5d3e1c99f45d81d874278b.tar.gz
lufa-9ab445518a01e9b10b5d3e1c99f45d81d874278b.tar.bz2
lufa-9ab445518a01e9b10b5d3e1c99f45d81d874278b.zip
Add OBJDIR optional build variable to the BULD build system module, to allow the user project to relocate the output object and dependency files to a different directory.
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index fe29aeb00..61087a5ce 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -162,6 +162,11 @@
* <td><tt>LD_FLAGS</tt></td>
* <td>Flags to pass to the linker, after the automatically generated flags.</td>
* </tr>
+ * <tr>
+ * <td><tt>OBJDIR</tt></td>
+ * <td>Directory to place the generated object and dependency files. If set to "." the same folder as the source file will be used.
+ * \note When this option is enabled, all source filenames must be unique.</td>
+ * </tr>
* </table>
*
* \section SSec_BuildModule_BUILD_ProvideVariables Module Provided Variables