diff options
Diffstat (limited to 'BuildTests/BoardDriverTest/makefile')
-rw-r--r-- | BuildTests/BoardDriverTest/makefile | 2 |
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 |