Makefile: allow top-level parallel build with BR2_PER_PACKAGE_DIRECTORIES=y
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 5 Nov 2019 16:46:41 +0000 (17:46 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 29 Nov 2019 14:13:45 +0000 (15:13 +0100)
commitd9a4c0c7ea0465034157a0e0660d9223095ca922
tree8329ef3240a81c06083c113afacb83ba364023a9
parentc4e6d5c8be6ada8e7c60950e3b499c55d48761cb
Makefile: allow top-level parallel build with BR2_PER_PACKAGE_DIRECTORIES=y

With per-package folder support, top-level parallel build becomes
safe, so we can enclose the .NOTPARALLEL statement in a
!BR2_PER_PACKAGE_DIRECTORIES condition.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile