c91999bba3
Adds support for using the MPC8548 processor on the CDS reference board. Currently all the major busses (PCI, PCI-X, PCI-Express, sRIO) and eTSEC3 and eTSEC4 are not supported. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
10 lines
360 B
Makefile
10 lines
360 B
Makefile
#
|
|
# Makefile for the PowerPC 85xx linux kernel.
|
|
#
|
|
obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads_common.o mpc8540_ads.o
|
|
obj-$(CONFIG_MPC8548_CDS) += mpc85xx_cds_common.o
|
|
obj-$(CONFIG_MPC8555_CDS) += mpc85xx_cds_common.o
|
|
obj-$(CONFIG_MPC8560_ADS) += mpc85xx_ads_common.o mpc8560_ads.o
|
|
obj-$(CONFIG_SBC8560) += sbc85xx.o sbc8560.o
|
|
obj-$(CONFIG_STX_GP3) += stx_gp3.o
|