]> rtime.felk.cvut.cz Git - jailhouse.git/blob - driver/Makefile
core/driver: Move version.h to generated directory
[jailhouse.git] / driver / Makefile
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 obj-m := jailhouse.o
15
16 ccflags-y := -I$(src)/../hypervisor/arch/$(SRCARCH)/include \
17              -I$(src)/../hypervisor/include
18
19 jailhouse-y := main.o
20
21 $(obj)/main.o: $(obj)/../hypervisor/include/generated/version.h