diff options
Diffstat (limited to 'BuildTests/SingleUSBModeTest/makefile')
-rw-r--r-- | BuildTests/SingleUSBModeTest/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildTests/SingleUSBModeTest/makefile b/BuildTests/SingleUSBModeTest/makefile index 7b5b06040..d31f5f028 100644 --- a/BuildTests/SingleUSBModeTest/makefile +++ b/BuildTests/SingleUSBModeTest/makefile @@ -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: |