forked from Minki/linux
b9e7196ecd
This provides a base for using 512x_generic platform on mpc5125 boards. By this way 512x_GENERIC it could be used for all generic mpc512x boards and kernel could be compiled with mpc512x_defconfig. Signed-off-by: Matteo Facchinetti <matteo.facchinetti@sirius-es.it> [agust: applied s/mpc5121/mpc512x in mpc512x_generic.c] Signed-off-by: Anatolij Gustschin <agust@denx.de>
8 lines
248 B
Makefile
8 lines
248 B
Makefile
#
|
|
# Makefile for the Freescale PowerPC 512x linux kernel.
|
|
#
|
|
obj-y += clock.o mpc512x_shared.o
|
|
obj-$(CONFIG_MPC5121_ADS) += mpc5121_ads.o mpc5121_ads_cpld.o
|
|
obj-$(CONFIG_MPC512x_GENERIC) += mpc512x_generic.o
|
|
obj-$(CONFIG_PDM360NG) += pdm360ng.o
|