X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/aba33a03341dd80bd3cb9efea1001f42bd82c715..b7e3c86e4e5d4262a608163176d0b01c0cc54b29:/BuildTests/BootloaderTest/makefile?ds=sidebyside diff --git a/BuildTests/BootloaderTest/makefile b/BuildTests/BootloaderTest/makefile index d15a85e4b..7b6b5d0bd 100644 --- a/BuildTests/BootloaderTest/makefile +++ b/BuildTests/BootloaderTest/makefile @@ -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