Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756087AbcCaJGT (ORCPT ); Thu, 31 Mar 2016 05:06:19 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:35019 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754145AbcCaJGN (ORCPT ); Thu, 31 Mar 2016 05:06:13 -0400 From: Matt Redfearn To: Ralf Baechle CC: , , "Matt Redfearn" , Subject: [PATCH v2 02/11] MIPS: tools: Build relocs tool Date: Thu, 31 Mar 2016 10:05:33 +0100 Message-ID: <1459415142-3412-3-git-send-email-matt.redfearn@imgtec.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1459415142-3412-1-git-send-email-matt.redfearn@imgtec.com> References: <1459415142-3412-1-git-send-email-matt.redfearn@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.116] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 26 Build the relocs tool as part of the kbuild Signed-off-by: Matt Redfearn --- 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