Makefile: move .NOTPARALLEL statement after including .config file
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 23 Nov 2018 14:58:09 +0000 (15:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 26 Nov 2018 18:10:57 +0000 (19:10 +0100)
commit052fec0c08f6515055187c7d209663681bdf8144
treecfd4bfe639cb42496d270a216721f92e2a54104f
parentd0f4f95e390bcb1c953efa125f5277a8a235396e
Makefile: move .NOTPARALLEL statement after including .config file

In a follow-up commit, we will make the .NOTPARALLEL statement
conditional on a Config.in option, so we need to move it further down.

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