aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Makefile
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-02-07 22:19:12 -0600
committerKumar Gala <galak@kernel.crashing.org>2007-02-07 23:44:05 -0600
commitb359049f270dcaab8a5bbdbb966594c16caba16c (patch)
tree5da2264bf07a8c0c481aee64e5fd3c3d5b052604 /arch/powerpc/platforms/83xx/Makefile
parentMerge branch 'linux-2.6' (diff)
downloadlinux-dev-b359049f270dcaab8a5bbdbb966594c16caba16c.tar.xz
linux-dev-b359049f270dcaab8a5bbdbb966594c16caba16c.zip
[POWERPC] 83xx: Add base support for the MPC8313E RDB
Add support for the MPC8313E Reference Development Board (RDB). The board is a mini-ITX reference board with 128M DDR2, 8M flash, 32M NAND, USB, PCI, gigabit ethernet, and serial. Signed-off-by: Wilson Lo <Wilson.Lo@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/Makefile')
-rw-r--r--arch/powerpc/platforms/83xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/Makefile b/arch/powerpc/platforms/83xx/Makefile
index f1aa7e24a938..0b732a79c0a8 100644
--- a/arch/powerpc/platforms/83xx/Makefile
+++ b/arch/powerpc/platforms/83xx/Makefile
@@ -3,6 +3,7 @@
#
obj-y := misc.o
obj-$(CONFIG_PCI) += pci.o
+obj-$(CONFIG_MPC8313_RDB) += mpc8313_rdb.o
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
obj-$(CONFIG_MPC8360E_PB) += mpc8360e_pb.o