This commit is contained in:
parent
b171625c35
commit
4fef97fb76
|
@ -93,6 +93,12 @@ ifeq ($(USE_FPU),)
|
||||||
USE_FPU = hard
|
USE_FPU = hard
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# and this is not working for be :( See https://github.com/rusefi/rusefi/issues/638
|
||||||
|
# use -j4 unless some value was specified
|
||||||
|
NUMJOBS=${NUMJOBS:-" -j4 "}
|
||||||
|
|
||||||
|
MAKEFLAGS += ${NUMJOBS}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Architecture or project specific options
|
# Architecture or project specific options
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
Loading…
Reference in New Issue