aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/ModuleTest/makefile.test
Commit message (Collapse)AuthorAgeFilesLines
* Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean Camera2012-07-151-0/+1
| | | | Turn off generation of debug information when performing a validation build, and when running the build tests.
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-2/+2
| | | | | | | | "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵Dean Camera2012-07-111-1/+1
| | | | XPLAINBridge project AVRISP file include path to prevent build errors.
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-64/+64
|
* Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵Dean Camera2012-06-051-8/+7
| | | | UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile.
* Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD ↵Dean Camera2012-06-021-4/+7
| | | | module to allow for language-specific compiler/assembler flags.
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-021-0/+63
common build system makefiles.