mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 05:33:09 +00:00
7ade8495dc
The latest Xilinx design tools called ISE and EDK has been released in October 2013. New tool doesn't support any PPC405/PPC440 new designs. These platforms are no longer supported and tested. PowerPC 405/440 port is orphan from 2013 by commitcdeb89943b
("MAINTAINERS: Fix incorrect status tag") and commit19624236cc
("MAINTAINERS: Update Grant's email address and maintainership") that's why it is time to remove the support fot these platforms. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/8c593895e2cb57d232d85ce4d8c3a1aa7f0869cc.1590079968.git.christophe.leroy@csgroup.eu
15 lines
443 B
Makefile
15 lines
443 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-y += misc_44x.o machine_check.o
|
|
ifneq ($(CONFIG_PPC4xx_CPM),y)
|
|
obj-y += idle.o
|
|
endif
|
|
obj-$(CONFIG_PPC44x_SIMPLE) += ppc44x_simple.o
|
|
obj-$(CONFIG_EBONY) += ebony.o
|
|
obj-$(CONFIG_SAM440EP) += sam440ep.o
|
|
obj-$(CONFIG_WARP) += warp.o
|
|
obj-$(CONFIG_ISS4xx) += iss4xx.o
|
|
obj-$(CONFIG_CANYONLANDS)+= canyonlands.o
|
|
obj-$(CONFIG_CURRITUCK) += ppc476.o
|
|
obj-$(CONFIG_AKEBONO) += ppc476.o
|
|
obj-$(CONFIG_FSP2) += fsp2.o
|