From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:37929 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758667Ab1IIJqR (ORCPT ); Fri, 9 Sep 2011 05:46:17 -0400 Message-ID: <4E69E067.8080302@suse.cz> Date: Fri, 09 Sep 2011 11:46:15 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH v2] kconfig.h fix extraneous dependencies References: <4E3670BF.6000709@suse.cz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Peter Foley Cc: Arnaud Lacombe , Linux Kernel Mailing List , Linux Kbuild Mailing List , rdunlap@xenotime.net On 1.8.2011 15:51, Peter Foley wrote: > The introduction of include/linux/kconfig.h created 3 extraneous > dependencies: > include/config/.h > include/config/h.h > include/config/foo.h > > Fix this by excluding kconfig.h from fixdep calculations. > > Signed-off-by: Peter Foley Applied to kbuild-2.6.git#kbuild. Michal