]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
tools: fix missing hardware-check after make install
authorGeorg Schiesser <georg.schiesser@opentech.at>
Fri, 20 May 2016 18:07:06 +0000 (20:07 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 20 May 2016 18:33:27 +0000 (20:33 +0200)
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 <georg.schiesser@opentech.at>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
tools/Makefile

index dcbdfedda5f692f7374919879366d05b0a1f6168..cfda7f9e7cb77efce36cc72414e9998ab2be0a07 100644 (file)
@@ -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 := \