From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754427AbaA0VMR (ORCPT ); Mon, 27 Jan 2014 16:12:17 -0500 Received: from cantor2.suse.de ([195.135.220.15]:47385 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754217AbaA0VMQ (ORCPT ); Mon, 27 Jan 2014 16:12:16 -0500 Message-ID: <52E6CBAA.1080405@suse.cz> Date: Mon, 27 Jan 2014 22:12:10 +0100 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Vivek Goyal , linux-kernel@vger.kernel.org, kexec@lists.infradead.org CC: ebiederm@xmission.com, hpa@zytor.com, mjg59@srcf.ucam.org, greg@kroah.com, jkosina@suse.cz Subject: Re: [PATCH 03/11] bin2c: Move bin2c in scripts/basic References: <1390849071-21989-1-git-send-email-vgoyal@redhat.com> <1390849071-21989-4-git-send-email-vgoyal@redhat.com> In-Reply-To: <1390849071-21989-4-git-send-email-vgoyal@redhat.com> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne 27.1.2014 19:57, Vivek Goyal napsal(a): > Kexec wants to use bin2c and it wants to use it really early in the build > process. See arch/x86/purgatory/ code in later patches. > > So move bin2c in scripts/basic so that it can be built very early and > be usable by arch/x86/purgatory/ > > Signed-off-by: Vivek Goyal > --- [...] > diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile > index 4fcef87..afbc1cd 100644 > --- a/scripts/basic/Makefile > +++ b/scripts/basic/Makefile > @@ -9,6 +9,7 @@ > # fixdep: Used to generate dependency information during build process > > hostprogs-y := fixdep > +hostprogs-$(CONFIG_IKCONFIG) += bin2c Is the CONFIG_IKCONFIG dependency still correct, now that you found another use of bin2c? Thanks, Michal