From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 03 Dec 2015 11:09:10 +0100 (CET) Received: from mailapp01.imgtec.com ([195.59.15.196]:63746 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27009877AbbLCKI3av0AZ (ORCPT ); Thu, 3 Dec 2015 11:08:29 +0100 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Websense Email Security Gateway with ESMTPS id 0E25EF3D2651F for ; Thu, 3 Dec 2015 10:08:22 +0000 (GMT) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.235.1; Thu, 3 Dec 2015 10:08:23 +0000 Received: from mredfearn-linux.le.imgtec.org (192.168.154.116) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Thu, 3 Dec 2015 10:08:23 +0000 From: Matt Redfearn To: CC: Matt Redfearn Subject: [PATCH 2/9] MIPS: tools: Build relocs tool Date: Thu, 3 Dec 2015 10:08:10 +0000 Message-ID: <1449137297-30464-3-git-send-email-matt.redfearn@imgtec.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1449137297-30464-1-git-send-email-matt.redfearn@imgtec.com> References: <1449137297-30464-1-git-send-email-matt.redfearn@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.116] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 50307 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: matt.redfearn@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Build the relocs tool as part of the kbuild Signed-off-by: Matt Redfearn --- arch/mips/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 252e347958f3..33fbfd276671 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.1.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:63746 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27009877AbbLCKI3av0AZ (ORCPT ); Thu, 3 Dec 2015 11:08:29 +0100 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Websense Email Security Gateway with ESMTPS id 0E25EF3D2651F for ; Thu, 3 Dec 2015 10:08:22 +0000 (GMT) From: Matt Redfearn Subject: [PATCH 2/9] MIPS: tools: Build relocs tool Date: Thu, 3 Dec 2015 10:08:10 +0000 Message-ID: <1449137297-30464-3-git-send-email-matt.redfearn@imgtec.com> In-Reply-To: <1449137297-30464-1-git-send-email-matt.redfearn@imgtec.com> References: <1449137297-30464-1-git-send-email-matt.redfearn@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: linux-mips@linux-mips.org Cc: Matt Redfearn Message-ID: <20151203100810.tNz7JmaS_9-9-KeRIRMc4-NERs7AlWBZSBpzze3WBnI@z> Build the relocs tool as part of the kbuild Signed-off-by: Matt Redfearn --- arch/mips/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 252e347958f3..33fbfd276671 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.1.4