Mark build test makefiles as being incompatible with parallel make builds, as they...
[pub/USBasp.git] / BuildTests / BootloaderTest / makefile
index d15a85e..d73bbf3 100644 (file)
@@ -13,6 +13,8 @@
 # Path to the LUFA library core
 LUFA_PATH := ../../LUFA/
 
+# Build test cannot be run with multiple parallel jobs
+.NOTPARALLEL:
 
 all: begin testbootloaders clean end