From: Anton Blanchard <anton@samba.org>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Roel Kluin <roel.kluin@gmail.com>,
linuxppc-dev@ozlabs.org, Richard Purdie <rpurdie@rpsys.net>,
Andrew Morton <akpm@linux-foundation.org>,
David Woodhouse <dwmw2@infradead.org>
Subject: [PATCH]: powerpc: Fix build breakage due to incorrect location of autoconf.h
Date: Tue, 12 Jan 2010 13:21:51 +1100 [thread overview]
Message-ID: <20100112022150.GE12666@kryten> (raw)
commit ac4c2a3bbe5db5fc570b1d0ee1e474db7cb22585 (zlib: optimize inffast when
copying direct from output) referenced include/linux/autoconf.h which
is now called include/generated/autoconf.h.
Signed-off-by: Anton Blanchard <anton@samba.org>
---
Index: linux-cpumask/arch/powerpc/boot/Makefile
===================================================================
--- linux-cpumask.orig/arch/powerpc/boot/Makefile 2010-01-12 13:15:26.266724762 +1100
+++ linux-cpumask/arch/powerpc/boot/Makefile 2010-01-12 13:15:33.532974469 +1100
@@ -34,7 +34,7 @@ BOOTCFLAGS += -fno-stack-protector
endif
BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj)
-BOOTCFLAGS += -include include/linux/autoconf.h -Iarch/powerpc/include
+BOOTCFLAGS += -include include/generated/autoconf.h -Iarch/powerpc/include
BOOTCFLAGS += -Iinclude
DTS_FLAGS ?= -p 1024
next reply other threads:[~2010-01-12 2:21 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-12 2:21 Anton Blanchard [this message]
2010-01-12 3:01 ` [PATCH]: powerpc: Fix build breakage due to incorrect location of autoconf.h Stephen Rothwell
2010-01-12 11:59 ` Joakim Tjernlund
2010-01-13 18:54 ` Kumar Gala
2010-01-13 20:02 ` Benjamin Herrenschmidt
2010-01-14 7:47 ` Joakim Tjernlund
2010-01-14 8:57 ` Benjamin Herrenschmidt
2010-01-14 9:12 ` Joakim Tjernlund
2010-01-14 9:43 ` Benjamin Herrenschmidt
2010-01-14 10:22 ` Joakim Tjernlund
2010-01-14 13:27 ` Joakim Tjernlund
2010-01-14 19:59 ` Benjamin Herrenschmidt
2010-01-25 8:19 ` Joakim Tjernlund
2010-01-27 12:16 ` Joakim Tjernlund
2010-01-28 1:05 ` Andrew Morton
2010-01-28 8:52 ` Joakim Tjernlund
2010-01-29 23:49 ` Andrew Morton
2010-01-30 10:47 ` Joakim Tjernlund
2010-01-12 7:11 ` Joakim Tjernlund
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100112022150.GE12666@kryten \
--to=anton@samba.org \
--cc=akpm@linux-foundation.org \
--cc=benh@kernel.crashing.org \
--cc=dwmw2@infradead.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=roel.kluin@gmail.com \
--cc=rpurdie@rpsys.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).