[PATCH] powerpc: only build idle_6xx for 6xx

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE7589d

3 messages, 3 authors, 2005-10-27 · open the first message on its own page

[PATCH] powerpc: only build idle_6xx for 6xx

From: Kumar Gala <hidden>
Date: 2005-10-26 14:56:39

For the current time idle_6xx only applies to 6xx ppc32 CPUs

Signed-off-by: Kumar K. Gala <redacted>

---
commit e19eaf379ab1a633eea2d5ff0e0d99ca834324f1
tree cf91db25a28f8f1d9d2426bc8b70c29d94aa249f
parent b6a4ce526a87bd8a99a396ac993240d6d3239852
author Kumar K. Gala [off-list ref] Wed, 26 Oct 2005 09:37:54 -0500
committer Kumar K. Gala [off-list ref] Wed, 26 Oct 2005 09:37:54 -0500

 arch/powerpc/kernel/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -27,13 +27,14 @@ extra-$(CONFIG_40x)		:= head_4xx.o
 extra-$(CONFIG_44x)		:= head_44x.o
 extra-$(CONFIG_FSL_BOOKE)	:= head_fsl_booke.o
 extra-$(CONFIG_8xx)		:= head_8xx.o
+extra-$(CONFIG_6xx)		+= idle_6xx.o
 extra-$(CONFIG_PPC64)		+= entry_64.o
 extra-$(CONFIG_PPC_FPU)		+= fpu.o
 extra-y				+= vmlinux.lds
 
 obj-y				+= process.o init_task.o time.o \
 				   prom.o systbl.o traps.o setup-common.o
-obj-$(CONFIG_PPC32)		+= entry_32.o idle_6xx.o setup_32.o misc_32.o
+obj-$(CONFIG_PPC32)		+= entry_32.o setup_32.o misc_32.o
 obj-$(CONFIG_PPC64)		+= setup_64.o misc_64.o
 obj-$(CONFIG_PPC_OF)		+= prom_init.o
 obj-$(CONFIG_MODULES)		+= ppc_ksyms.o

Re: [PATCH] powerpc: only build idle_6xx for 6xx

From: Paul Mackerras <hidden>
Date: 2005-10-27 10:53:15

Kumar Gala writes:
For the current time idle_6xx only applies to 6xx ppc32 CPUs
+extra-$(CONFIG_6xx)		+= idle_6xx.o
-obj-$(CONFIG_PPC32)		+= entry_32.o idle_6xx.o setup_32.o misc_32.o
+obj-$(CONFIG_PPC32)		+= entry_32.o setup_32.o misc_32.o
Why does idle_6xx.o become an extra- rather than an obj- ?

Paul.

Re: [PATCH] powerpc: only build idle_6xx for 6xx

From: Kumar Gala <hidden>
Date: 2005-10-27 13:45:04

On Oct 27, 2005, at 5:53 AM, Paul Mackerras wrote:
Kumar Gala writes:

quoted
For the current time idle_6xx only applies to 6xx ppc32 CPUs
quoted
+extra-$(CONFIG_6xx)        += idle_6xx.o
quoted
-obj-$(CONFIG_PPC32)        += entry_32.o idle_6xx.o setup_32.o  
misc_32.o
+obj-$(CONFIG_PPC32)        += entry_32.o setup_32.o misc_32.o
Why does idle_6xx.o become an extra- rather than an obj- ?
Because I copied and pasted the line from arch/ppc/kernel/Makefile w/ 
o paying any attention to it.  I'll send a proper patch :)

(I'm really trying to see if you actually look at our patches or not :)

- kumar
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help