Mark build test makefiles as being incompatible with parallel make builds, as they...
[pub/USBasp.git] / BuildTests / SingleUSBModeTest / makefile
index 7b5b060..d31f5f0 100644 (file)
@@ -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: