]> rtime.felk.cvut.cz Git - jailhouse.git/blob - driver/Makefile
arm: Fix byte-wise write access to GICD_ITARGETSRn
[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 := cell.o main.o sysfs.o
20 jailhouse-$(CONFIG_PCI) += pci.o
21
22 $(obj)/main.o: $(obj)/../hypervisor/include/generated/version.h