aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BootloaderTest/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-61/+61
|
* Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.Dean Camera2012-06-031-4/+4
|
* Switch StaticAnalysisTest build test to use the new build system CPPCHECK ↵Dean Camera2012-06-031-1/+5
| | | | module. Update additional build tests to all include the core build system module.
* Ensure build tests use the system provided $(MAKE) variable to determine the ↵Dean Camera2012-06-021-1/+1
| | | | command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module.
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-021-2/+1
| | | | common build system makefiles.
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+1
| | | | old copyright years on some makefiles.
* Clean up and speed up build tests by turning off expensive and slow size ↵Dean Camera2012-05-131-13/+15
| | | | optimizations, and generation of assembly listings (*.lst) for each compiled source file.
* Minor tweaks to the build tests to ensure that they will operate properly on ↵Dean Camera2012-05-131-1/+1
| | | | all systems.
* Added build test to verify correct compilation of all bootloaders using all ↵Dean Camera2012-05-131-0/+56
supported devices. Fixed compile error with the unreleased ATMEGA32U6 device.