aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-02-17 10:13:56 -0600
committerKumar Gala <galak@kernel.crashing.org>2007-02-17 10:13:56 -0600
commit322d05a1c455266e522e8aa7010c40f390029b41 (patch)
tree8e95503244513f476b406003c52aed4fcfb7ae02 /arch/powerpc/platforms/83xx/Makefile
parentf7993ed57ac06da168d29c587d1bc0dce0f11c78 (diff)
downloadlinux-322d05a1c455266e522e8aa7010c40f390029b41.tar.gz
[POWERPC] 83xx: Updated and renamed MPC8360PB to MPC836x MDS
The MPC836x PB board is really just one part of the MPC836x MDS. We currently name all other PB boards as MDS. Removed all references to PB and replaced with MDS. Additionally renamed the .dts to match the defconfig (mpc836x_mds*). Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/Makefile')
-rw-r--r--arch/powerpc/platforms/83xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/Makefile b/arch/powerpc/platforms/83xx/Makefile
index 6c8199c4c38214..dfc970d0df1082 100644
--- a/arch/powerpc/platforms/83xx/Makefile
+++ b/arch/powerpc/platforms/83xx/Makefile
@@ -6,5 +6,5 @@ obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_MPC8313_RDB) += mpc8313_rdb.o
obj-$(CONFIG_MPC834x_MDS) += mpc834x_mds.o
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
-obj-$(CONFIG_MPC8360E_PB) += mpc8360e_pb.o
+obj-$(CONFIG_MPC836x_MDS) += mpc836x_mds.o
obj-$(CONFIG_MPC832x_MDS) += mpc832x_mds.o