[PATCH] powerpc 405 : remove 4xx platform from Makefile
Mathieu Desnoyers
mathieu.desnoyers at polymtl.ca
Tue Feb 6 07:20:11 EST 2007
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 at 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/Makefile
index 507d1b9..0db6cca 100644
--- a/arch/powerpc/platforms/Makefile
+++ b/arch/powerpc/platforms/Makefile
@@ -7,7 +7,6 @@ endif
endif
obj-$(CONFIG_PPC_MPC52xx) += 52xx/
obj-$(CONFIG_PPC_CHRP) += chrp/
-obj-$(CONFIG_4xx) += 4xx/
obj-$(CONFIG_PPC_83xx) += 83xx/
obj-$(CONFIG_PPC_85xx) += 85xx/
obj-$(CONFIG_PPC_86xx) += 86xx/
--
Mathieu Desnoyers
Computer Engineering Graduate Student, École Polytechnique de Montréal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
More information about the Linuxppc-dev
mailing list