mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-30 12:07:54 +00:00
Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user