0e65bfe34c
Add basic board support for the MPC8610 HPCD. This does not include any support the SoC Display or Audio controllers. Signed-off-by: Xianghua Xiao <x.xiao@freescale.com> Signed-off-by: Jason Jin <Jason.jin@freescale.com> Signed-off-by: Jon Loelier <jdl@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8 lines
177 B
Makefile
8 lines
177 B
Makefile
#
|
|
# Makefile for the PowerPC 86xx linux kernel.
|
|
#
|
|
|
|
obj-$(CONFIG_SMP) += mpc86xx_smp.o
|
|
obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
|
|
obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o
|