# # Jailhouse, a Linux-based partitioning hypervisor # # Copyright (c) Siemens AG, 2013-2015 # # Authors: # Jan Kiszka # Benjamin Block # # This work is licensed under the terms of the GNU GPL, version 2. See # the COPYING file in the top-level directory. # obj-m := jailhouse.o ccflags-y := -I$(src)/../hypervisor/arch/$(SRCARCH)/include \ -I$(src)/../hypervisor/include jailhouse-y := cell.o main.o sysfs.o jailhouse-$(CONFIG_PCI) += pci.o $(obj)/main.o: $(obj)/../hypervisor/include/generated/version.h