[PATCH v2 02/11] MIPS: tools: Build relocs tool

From: Matt Redfearn
Date: Thu Mar 31 2016 - 05:18:27 EST


Build the relocs tool as part of the kbuild

Signed-off-by: Matt Redfearn <matt.redfearn@xxxxxxxxxx>
---

Changes in v2: None

arch/mips/Makefile | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index e78d60dbdffd..fa25d60bc717 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -12,6 +12,9 @@
# for "archclean" cleaning up for this architecture.
#

+archscripts: scripts_basic
+ $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
+
KBUILD_DEFCONFIG := ip22_defconfig

#
--
2.5.0