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