From a9e897d78d6b5df85114205aa44a1065dc7aab59 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Mon, 8 Jan 2018 15:37:34 +0100 Subject: [PATCH] tools: compile iucode-tool on x86 Signed-off-by: Zoltan HERPAI --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 50bd552d75..b1ec9a41eb 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -28,7 +28,7 @@ tools-y += firmware-utils patch-image quilt padjffs2 tools-y += mm-macros missing-macros cmake scons bc findutils gengetopt patchelf tools-y += mtools dosfstools libressl tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 -tools-$(CONFIG_TARGET_x86) += qemu +tools-$(CONFIG_TARGET_x86) += qemu iucode-tool tools-$(CONFIG_TARGET_mxs) += elftosb sdimage tools-$(CONFIG_TARGET_ar71xx) += lzma-old squashfs tools-$(CONFIG_USES_MINOR) += kernel2minor -- 2.30.2