linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]: powerpc: Fix build breakage due to incorrect location of autoconf.h
@ 2010-01-12  2:21 Anton Blanchard
  2010-01-12  3:01 ` Stephen Rothwell
  2010-01-12  7:11 ` Joakim Tjernlund
  0 siblings, 2 replies; 19+ messages in thread
From: Anton Blanchard @ 2010-01-12  2:21 UTC (permalink / raw)
  To: Benjamin Herrenschmidt
  Cc: Roel Kluin, linuxppc-dev, Richard Purdie, Andrew Morton,
	David Woodhouse


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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2010-01-30 10:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12  2:21 [PATCH]: powerpc: Fix build breakage due to incorrect location of autoconf.h Anton Blanchard
2010-01-12  3:01 ` 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

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).