]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Fix parallel build
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 18 Mar 2014 14:22:37 +0000 (15:22 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Tue, 18 Mar 2014 14:28:18 +0000 (15:28 +0100)
commitbf4918207a353979f9f4f98ab1cf59ac8d3fda7b
tree7a20b38cf861937ba4b0ccb374ff3061d3f94729
parent7b97f6c131f16ff68c7cfcd394e6ffb5933a6809
core: Fix parallel build

May be not the nicest solution, but we need to teach kbuild the
dependency between arch/$(SRCARCH)/built-in.o and the arch subdir. The
only know way to do this is to convert subdir-y into an explicit rule to
build to arch subdir.

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