aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorLi Yang <leoli@freescale.com>2006-10-11 19:27:57 +0800
committerPaul Mackerras <paulus@samba.org>2006-10-16 15:53:30 +1000
commit8ba738c2bb8fb83c0c99f680444d3ffd4c178ca2 (patch)
treeaa5addbbac9d71a4eae067aebaea4a9d015ddef2 /arch/powerpc
parent[POWERPC] Fix MPC8360EMDS PB board support (diff)
downloadlinux-dev-8ba738c2bb8fb83c0c99f680444d3ffd4c178ca2.tar.xz
linux-dev-8ba738c2bb8fb83c0c99f680444d3ffd4c178ca2.zip
[POWERPC] Add Makefile entry for MPC832x_mds support
Add missing entry in Makefile for MPC832x MDS support. It also change white space to tab in MPC8360 entry. Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/83xx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/Makefile b/arch/powerpc/platforms/83xx/Makefile
index e60fd7567fcd..f1aa7e24a938 100644
--- a/arch/powerpc/platforms/83xx/Makefile
+++ b/arch/powerpc/platforms/83xx/Makefile
@@ -5,4 +5,5 @@ obj-y := misc.o
obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
-obj-$(CONFIG_MPC8360E_PB) += mpc8360e_pb.o
+obj-$(CONFIG_MPC8360E_PB) += mpc8360e_pb.o
+obj-$(CONFIG_MPC832x_MDS) += mpc832x_mds.o