e1c1575f83
On the majority of 85xx & 86xx we have a register that's ability to assert HRESET_REQ to reset the board. We refactored that code so it can be shared between both platforms into fsl_soc.c and removed all the duplication in each platform directory. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9 lines
264 B
Makefile
9 lines
264 B
Makefile
#
|
|
# Makefile for the PowerPC 85xx linux kernel.
|
|
#
|
|
obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o
|
|
obj-$(CONFIG_MPC8560_ADS) += mpc85xx_ads.o
|
|
obj-$(CONFIG_MPC85xx_CDS) += mpc85xx_cds.o
|
|
obj-$(CONFIG_MPC85xx_DS) += mpc85xx_ds.o
|
|
obj-$(CONFIG_MPC85xx_MDS) += mpc85xx_mds.o
|