aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Build/lufa.sources.in
AgeCommit message (Collapse)Author
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean
"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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2400 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵Dean
enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2393 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-05Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use ↵Dean
LUFA_ROOT_PATH rather than LUFA_PATH. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2383 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up DOXYGEN and SOURCES build system modules - use non-recursively ↵Dean
evaluated make variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2369 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Minor build system improvements - force default shell.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2358 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add a list of module provided make variables and macros to the build system ↵Dean
modules. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2330 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Change the build system build module makefiles to have a set of sanity check ↵Dean
macros they can call to verify user data. Add additional sanity checks. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2323 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-07Update SVN line endings property on newer source files to native.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean
all application makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2306 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Add explicit blank checks in the build system for user-set but blank ↵Dean
variables that must not be blank. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2295 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add platform driver dispatch header and makefile module source variable.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2288 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Strip trailing slash from the user-supplied LUFA_PATH directory, to prevent ↵Dean
double slashes from appearing in the commands/output. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2276 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Clean up ordering of build system module sanity checks.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2274 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Simplify build system mandatory parameter/variable sanity checks.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2273 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add build system targets for lists of mandatory and optional ↵Dean
parameters/variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2271 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28