]> rtime.felk.cvut.cz Git - jailhouse.git/blob - Kbuild
build: Simplify dependency rule
[jailhouse.git] / Kbuild
1 #
2 # Jailhouse, a Linux-based partitioning hypervisor
3 #
4 # Copyright (c) Siemens AG, 2013-2015
5 #
6 # Authors:
7 #  Jan Kiszka <jan.kiszka@siemens.com>
8 #  Benjamin Block <bebl@mageta.org>
9 #
10 # This work is licensed under the terms of the GNU GPL, version 2.  See
11 # the COPYING file in the top-level directory.
12 #
13
14 subdir-y := driver hypervisor configs inmates
15
16 # inmates build depends on generated config.mk of the hypervisor,
17 # and the driver needs version.h from there
18 $(obj)/inmates $(obj)/driver: $(obj)/hypervisor