]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - Makefile
arm: Make sure to not queue interrupt that were rejected as duplicates
[jailhouse.git] / Makefile
index 799e1e7682dde820e6046192e5f3a94560c053f7..6d597af281d4a74c91e59cb38aa9ebe63464f382 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ modules_install: modules
 firmware_install: $(DESTDIR)$(firmwaredir) modules
        $(INSTALL_DATA) hypervisor/jailhouse*.bin $<
 
-ifeq ($(ARCH),)
+ifeq ($(ARCH),x86)
 TOOL_INMATES_INSTALL := tool_inmates_install
 tool_inmates_install: $(DESTDIR)$(libexecdir)/jailhouse
        $(INSTALL_DATA) inmates/tools/$(ARCH)/*.bin $<