linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc 405 : remove 4xx platform from Makefile
@ 2007-02-05 20:20 Mathieu Desnoyers
  2007-02-05 23:54 ` David Gibson
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Desnoyers @ 2007-02-05 20:20 UTC (permalink / raw)
  To: linuxppc-dev, paulus

powerpc 405 : remove 4xx platform from Makefile

Having an empty arch/powerpc/platforms/4xx (no object) causes a linking
error. To correct this, 4xx must be removed from the upper level
Makefile (just like 8xx).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>

--- a/arch/powerpc/platforms/4xx/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-# empty makefile so make clean works
\ No newline at end of file
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makef=
ile
index 507d1b9..0db6cca 100644
--- a/arch/powerpc/platforms/Makefile
+++ b/arch/powerpc/platforms/Makefile
@@ -7,7 +7,6 @@ endif
 endif
 obj-$(CONFIG_PPC_MPC52xx)	+=3D 52xx/
 obj-$(CONFIG_PPC_CHRP)		+=3D chrp/
-obj-$(CONFIG_4xx)		+=3D 4xx/
 obj-$(CONFIG_PPC_83xx)		+=3D 83xx/
 obj-$(CONFIG_PPC_85xx)		+=3D 85xx/
 obj-$(CONFIG_PPC_86xx)		+=3D 86xx/
--=20
Mathieu Desnoyers
Computer Engineering Graduate Student, =C9cole Polytechnique de Montr=E9al
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68

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

end of thread, other threads:[~2007-02-06  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05 20:20 [PATCH] powerpc 405 : remove 4xx platform from Makefile Mathieu Desnoyers
2007-02-05 23:54 ` David Gibson
2007-02-06  0:15   ` Mathieu Desnoyers

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