]> rtime.felk.cvut.cz Git - jailhouse.git/blob - inmates/demos/x86/Makefile
inmates: Refactor folder structure
[jailhouse.git] / inmates / demos / x86 / Makefile
1 #
2 # Jailhouse, a Linux-based partitioning hypervisor
3 #
4 # Copyright (c) Siemens AG, 2013, 2014
5 #
6 # Authors:
7 #  Jan Kiszka <jan.kiszka@siemens.com>
8 #
9 # This work is licensed under the terms of the GNU GPL, version 2.  See
10 # the COPYING file in the top-level directory.
11 #
12
13 include $(INMATES_LIB)/Makefile.lib
14
15 LIBDIR := ../../lib/x86
16
17 INMATES := tiny-demo.bin apic-demo.bin
18
19 tiny-demo-y := tiny-demo.o \
20         $(LIBDIR)/header.o $(LIBDIR)/printk.o $(LIBDIR)/pm-timer.o
21
22 apic-demo-y := apic-demo.o \
23         $(LIBDIR)/header.o $(LIBDIR)/printk.o $(LIBDIR)/pm-timer.o
24
25 $(eval $(call DECLARE_TARGETS,$(INMATES)))