Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752192Ab3DJEkQ (ORCPT ); Wed, 10 Apr 2013 00:40:16 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:54644 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752162Ab3DJEkO (ORCPT ); Wed, 10 Apr 2013 00:40:14 -0400 MIME-Version: 1.0 In-Reply-To: References: <1363949290.3528.37.camel@linaro1.home> From: Prabhakar Lad Date: Wed, 10 Apr 2013 10:09:51 +0530 Message-ID: Subject: Re: [PATCH] kbuild: generate generic headers before recursing into scripts To: Andreas Schwab Cc: "Jon Medhurst (Tixy)" , LAK , linux-kernel@vger.kernel.org, Michal Marek Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1619 Lines: 51 On Tue, Apr 9, 2013 at 11:27 PM, Andreas Schwab wrote: > The headers are now needed inside scripts/mod since 6543bec > ("mod/file2alias: make modalias generation safe for cross compiling"). > > Signed-off-by: Andreas Schwab Reported-by: Lad, Prabhakar Tested-by: Lad, Prabhakar Regards, --Prabhakar > --- > Prabhakar Lad writes: > >> Whats the status of it ? > > I think it has sufficiently been tested by now. > > Andreas. > --- > Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 6db672b..11157bd 100644 > --- a/Makefile > +++ b/Makefile > @@ -513,7 +513,8 @@ ifeq ($(KBUILD_EXTMOD),) > # Carefully list dependencies so we do not try to build scripts twice > # in parallel > PHONY += scripts > -scripts: scripts_basic include/config/auto.conf include/config/tristate.conf > +scripts: scripts_basic include/config/auto.conf include/config/tristate.conf \ > + asm-generic > $(Q)$(MAKE) $(build)=$(@) > > # Objects we will link into vmlinux / subdirs we need to visit > -- > 1.8.2.1 > > > -- > Andreas Schwab, schwab@linux-m68k.org > GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 > "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/