The MPC852 based mgsuvd board from Keymile was initially ported, but later on not developed further. This patch removes the respective files to decrease merging conflicts and unneeded maintenance. Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Acked-by: Heiko Schocher<hs@denx.de> Cc: Vitaly Bordug <vitb@kernel.crashing.org> Cc: Marcelo Tosatti <marcelo@kvack.org> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10 lines
306 B
Makefile
10 lines
306 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
|
|
obj-$(CONFIG_PPC_ADDER875) += adder875.o
|
|
obj-$(CONFIG_TQM8XX) += tqm8xx_setup.o
|