* [PATCH] Remove old workaround for arch/ppc vs. arch/powerpc from Makefile
@ 2008-10-10 18:53 Josh Boyer
2008-10-10 19:53 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Josh Boyer @ 2008-10-10 18:53 UTC (permalink / raw)
To: benh, paulus; +Cc: linuxppc-dev
There is an old workaround in the sysdev/Makefile for dealing
with arch/ppc vs. arch/powerpc compiles. This is no longer
needed as arch/ppc is dead.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
---
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile
index 55618ba..a44709a 100644
--- a/arch/powerpc/sysdev/Makefile
+++ b/arch/powerpc/sysdev/Makefile
@@ -38,15 +38,12 @@ ifeq ($(CONFIG_PCI),y)
obj-$(CONFIG_4xx) += ppc4xx_pci.o
endif
-# Temporary hack until we have migrated to asm-powerpc
-ifeq ($(ARCH),powerpc)
obj-$(CONFIG_CPM) += cpm_common.o
obj-$(CONFIG_CPM2) += cpm2.o cpm2_pic.o
obj-$(CONFIG_QUICC_ENGINE) += cpm_common.o
obj-$(CONFIG_PPC_DCR) += dcr.o
obj-$(CONFIG_8xx) += mpc8xx_pic.o cpm1.o
obj-$(CONFIG_UCODE_PATCH) += micropatch.o
-endif
ifeq ($(CONFIG_SUSPEND),y)
obj-$(CONFIG_6xx) += 6xx-suspend.o
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Remove old workaround for arch/ppc vs. arch/powerpc from Makefile
2008-10-10 18:53 [PATCH] Remove old workaround for arch/ppc vs. arch/powerpc from Makefile Josh Boyer
@ 2008-10-10 19:53 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2008-10-10 19:53 UTC (permalink / raw)
To: Josh Boyer; +Cc: paulus, linuxppc-dev
On Oct 10, 2008, at 1:53 PM, Josh Boyer wrote:
> There is an old workaround in the sysdev/Makefile for dealing
> with arch/ppc vs. arch/powerpc compiles. This is no longer
> needed as arch/ppc is dead.
>
> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
> ---
Acked-by: Kumar Gala <galak@kernel.crashing.org>
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-10 19:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10 18:53 [PATCH] Remove old workaround for arch/ppc vs. arch/powerpc from Makefile Josh Boyer
2008-10-10 19:53 ` Kumar Gala
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).