From: Georg Schiesser Date: Fri, 20 May 2016 18:07:06 +0000 (+0200) Subject: tools: fix missing hardware-check after make install X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse.git/commitdiff_plain/425f61a96683fc2f9371180a4da55bab88f7b258 tools: fix missing hardware-check after make install Add the new hardware-check script to the HELPERS, such that "make install" will install it properly, just like the other scripts, into: $DESTDIR/usr/local/libexec/jailhouse/ Signed-off-by: Georg Schiesser Signed-off-by: Jan Kiszka --- diff --git a/tools/Makefile b/tools/Makefile index dcbdfed..cfda7f9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -23,7 +23,8 @@ HELPERS := \ jailhouse-cell-linux \ jailhouse-cell-list \ jailhouse-cell-stats \ - jailhouse-config-create + jailhouse-config-create \ + jailhouse-hardware-check TEMPLATES := jailhouse-config-collect.tmpl root-cell-config.c.tmpl HAS_PYTHON_MAKO := \