29f1530f19
This add support of the Freescale mpc86xads reference board to arch/powerpc. Supported SMC1 and SMC2 (UART and serial console), FEC 100Mbps Ethernet, SCC1 Ethernet (10Mbps hdx) Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
7 lines
183 B
Makefile
7 lines
183 B
Makefile
#
|
|
# Makefile for the PowerPC 8xx linux kernel.
|
|
#
|
|
obj-$(CONFIG_PPC_8xx) += m8xx_setup.o
|
|
obj-$(CONFIG_MPC885ADS) += mpc885ads_setup.o
|
|
obj-$(CONFIG_MPC86XADS) += mpc86xads_setup.o
|