From: Dean Camera Date: Tue, 10 Jul 2012 19:33:39 +0000 (+0000) Subject: Fix up makefile .NOTPARALLEL heuristics so that linear building is only enforced... X-Git-Tag: LUFA-130303~131 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/3bf7ce15d5b897724feb7f84f27fca2f8f5c4efe?hp=3bf7ce15d5b897724feb7f84f27fca2f8f5c4efe Fix up makefile .NOTPARALLEL heuristics so that linear building is only 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. ---