]> rtime.felk.cvut.cz Git - jailhouse.git/commit
tooling: Fix parallel kbuild
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 25 Sep 2014 07:54:43 +0000 (09:54 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 25 Sep 2014 13:47:08 +0000 (15:47 +0200)
commit553a586809fb877df57680b4540cc707e521a0ac
tree6e99c91442c3fdc2338415e696fb16a5e06ff348
parent502fb8d701ec04e28333267be9cf7edc09970fc4
tooling: Fix parallel kbuild

The define decouples the calling make from the recursively called one.
Fix it by prefixing the latter with "+".

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Makefile