From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6D1B6B7CA0 for ; Thu, 14 Jan 2010 07:06:50 +1100 (EST) Subject: Re: [PATCH]: powerpc: Fix build breakage due to incorrect location of autoconf.h From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: <20100112022150.GE12666@kryten> <20100112140136.c8ccc357.sfr@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" Date: Thu, 14 Jan 2010 07:02:43 +1100 Message-ID: <1263412963.724.223.camel@pasglop> Mime-Version: 1.0 Cc: Stephen Rothwell , Roel Kluin , "linuxppc-dev@ozlabs.org list" , Richard Purdie , Anton Blanchard , Andrew Morton , David Woodhouse List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2010-01-13 at 12:54 -0600, Kumar Gala wrote: > > > > BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj) > > -BOOTCFLAGS += -include include/linux/autoconf.h -Iarch/powerpc/include > > -BOOTCFLAGS += -Iinclude > > +BOOTCFLAGS += -include include/generated/autoconf.h > > +BOOTCFLAGS += -I$(srctree)/arch/powerpc/include -I$(srctree)/include > > > > DTS_FLAGS ?= -p 1024 > > > > Ack, this works for me (seeing as -rc4 doesn't generate uImages w/o it :) > I sent a different patch to Linus yesterday for that. Cheers, Ben.