]> rtime.felk.cvut.cz Git - jailhouse.git/blob - Kbuild
jailhouse: inmates: bench: Add -R option -- repeats count.
[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 subdir-ccflags-y := -Werror
17
18 # inmates build depends on generated config.mk of the hypervisor,
19 # and the driver needs version.h from there
20 $(obj)/inmates $(obj)/driver: $(obj)/hypervisor