From 9ab445518a01e9b10b5d3e1c99f45d81d874278b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 10 Jun 2012 19:39:40 +0000 Subject: 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. --- LUFA/DoxygenPages/BuildSystem.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LUFA/DoxygenPages/BuildSystem.txt') 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 @@ * LD_FLAGS * Flags to pass to the linker, after the automatically generated flags. * + * + * OBJDIR + * 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. + * * * * \section SSec_BuildModule_BUILD_ProvideVariables Module Provided Variables -- cgit v1.2.3