Now all architecture have a Linux loader - install them.

Signed-off-by: Jan Kiszka <[email protected]>
---
 Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index b166a89..ce19d1a 100644
--- a/Makefile
+++ b/Makefile
@@ -45,13 +45,10 @@ modules_install: modules
 firmware_install: $(DESTDIR)$(firmwaredir) modules
        $(INSTALL_DATA) hypervisor/jailhouse*.bin $<
 
-ifeq ($(ARCH),x86)
-TOOL_INMATES_INSTALL := tool_inmates_install
 tool_inmates_install: $(DESTDIR)$(libexecdir)/jailhouse
        $(INSTALL_DATA) inmates/tools/$(ARCH)/*.bin $<
-endif
 
-install: modules_install firmware_install $(TOOL_INMATES_INSTALL)
+install: modules_install firmware_install tool_inmates_install
        $(Q)$(MAKE) -C tools $@ src=.
 
 .PHONY: modules_install install clean firmware_install modules tools docs \
-- 
2.1.4

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to