Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories.
This commit is contained in:
parent
e3578113c9
commit
0da99447d3
4 changed files with 10 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
# Path to the LUFA library core
|
||||
LUFA_PATH := ../../LUFA/
|
||||
|
||||
# Build test cannot be run with multiple parallel jobs
|
||||
.NOTPARALLEL:
|
||||
|
||||
all: begin compile clean end
|
||||
|
||||
begin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue