Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to...
[pub/USBasp.git] / BuildTests / BootloaderTest / makefile
index d15a85e..7b6b5d0 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
 
@@ -58,4 +60,4 @@ clean:
 .PHONY: all begin end testbootloaders clean
 
 # Include LUFA build script makefiles
-include $(LUFA_PATH)/Build/lufa.core.in
+include $(LUFA_PATH)/Build/lufa_core.mk