Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories.

This commit is contained in:
Dean Camera 2012-07-10 20:49:03 +00:00
parent e3578113c9
commit 0da99447d3
4 changed files with 10 additions and 0 deletions

View file

@ -14,6 +14,8 @@
# Path to the LUFA library core
LUFA_PATH := ../../LUFA/
# Build test cannot be run with multiple parallel jobs
.NOTPARALLEL:
all: begin makeboardlist testboards clean end