0028016699
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>
8 lines
183 B
Makefile
8 lines
183 B
Makefile
#
|
|
# Makefile for the PowerPC 83xx linux kernel.
|
|
#
|
|
obj-y := misc.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
|
|
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
|