aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BoardDriverTest
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests/BoardDriverTest')
-rw-r--r--BuildTests/BoardDriverTest/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/BuildTests/BoardDriverTest/makefile b/BuildTests/BoardDriverTest/makefile
index f039a3a7d..11847511e 100644
--- a/BuildTests/BoardDriverTest/makefile
+++ b/BuildTests/BoardDriverTest/makefile
@@ -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