]> rtime.felk.cvut.cz Git - jailhouse.git/blob - inmates/tools/x86/Makefile
tools, inmates: Add "cell linux" subcommand to jailhouse tool
[jailhouse.git] / inmates / tools / x86 / 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 #
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 INMATES := linux-loader.bin
16
17 linux-loader-y := linux-loader.o
18
19 $(eval $(call DECLARE_TARGETS,$(INMATES)))