11c146cc19
This board is also resold by Freescale under the names "QUICCStart MPC885 Evaluation System" and "CWH-PPC-885XN-VE". Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8 lines
221 B
Makefile
8 lines
221 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
|
|
obj-$(CONFIG_PPC_EP88XC) += ep88xc.o
|