diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2006-06-30 18:41:20 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-07-03 15:43:43 -0500 |
commit | 00280166993af8469dbfee24b779b61d3dd326c3 (patch) | |
tree | 9754af3c7bbdba335d84352456cb6aba71484645 /arch/powerpc/platforms/83xx/Makefile | |
parent | fcc18e83e1f6fd9fa6b333735bf0fcd530655511 (diff) |
powerpc: Add base support for the Freescale MPC8349E-mITX eval board
Added support for the Freescale MPC8343e-mITX board. Currently based on the
8343 SYS code. The 2nd PHY (5-port switch) and SATA are untested (work in
progress).
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Timur Tabi <timur@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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/Makefile b/arch/powerpc/platforms/83xx/Makefile index 5c72367441a..9387a110d28 100644 --- a/arch/powerpc/platforms/83xx/Makefile +++ b/arch/powerpc/platforms/83xx/Makefile @@ -4,3 +4,4 @@ obj-y := misc.o obj-$(CONFIG_PCI) += pci.o obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o +obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o |