196ac6d43SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 25d25b01cSSam Ravnborg# All platforms listed in alphabetic order 35d25b01cSSam Ravnborg 426bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIPS_ALCHEMY) += alchemy/ 526bff9ebSThomas Bogendoerferplatform-$(CONFIG_ATH25) += ath25/ 626bff9ebSThomas Bogendoerferplatform-$(CONFIG_ATH79) += ath79/ 726bff9ebSThomas Bogendoerferplatform-$(CONFIG_BCM47XX) += bcm47xx/ 826bff9ebSThomas Bogendoerferplatform-$(CONFIG_BCM63XX) += bcm63xx/ 926bff9ebSThomas Bogendoerferplatform-$(CONFIG_BMIPS_GENERIC) += bmips/ 1026bff9ebSThomas Bogendoerferplatform-$(CONFIG_CAVIUM_OCTEON_SOC) += cavium-octeon/ 11fbe0fae6SGregory CLEMENTplatform-$(CONFIG_EYEQ) += mobileye/ 1226bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIPS_COBALT) += cobalt/ 1326bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_DECSTATION) += dec/ 14*35fb26f9SCaleb James DeLisleplatform-$(CONFIG_ECONET) += econet/ 1526bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIPS_GENERIC) += generic/ 1626bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_JAZZ) += jazz/ 1726bff9ebSThomas Bogendoerferplatform-$(CONFIG_LANTIQ) += lantiq/ 1826bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_LOONGSON2EF) += loongson2ef/ 1926bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_LOONGSON32) += loongson32/ 2026bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_LOONGSON64) += loongson64/ 2126bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIPS_MALTA) += mti-malta/ 22baec970aSLauri Kasanenplatform-$(CONFIG_MACH_NINTENDO64) += n64/ 2326bff9ebSThomas Bogendoerferplatform-$(CONFIG_PIC32MZDA) += pic32/ 2426bff9ebSThomas Bogendoerferplatform-$(CONFIG_RALINK) += ralink/ 2526bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIKROTIK_RB532) += rb532/ 2626bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP22) += sgi-ip22/ 2726bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP27) += sgi-ip27/ 2826bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP28) += sgi-ip22/ 2926bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP30) += sgi-ip30/ 3026bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP32) += sgi-ip32/ 3126bff9ebSThomas Bogendoerferplatform-$(CONFIG_SIBYTE_BCM112X) += sibyte/ 3226bff9ebSThomas Bogendoerferplatform-$(CONFIG_SIBYTE_SB1250) += sibyte/ 3326bff9ebSThomas Bogendoerferplatform-$(CONFIG_SIBYTE_BCM1x80) += sibyte/ 3426bff9ebSThomas Bogendoerferplatform-$(CONFIG_SNI_RM) += sni/ 35a7cf53b7SHuacai Chenplatform-$(CONFIG_MACH_TX49XX) += txx9/ 365d25b01cSSam Ravnborg 375d25b01cSSam Ravnborg# include the platform specific files 38cca2aac8SMasahiro Yamadainclude $(patsubst %/, $(srctree)/arch/mips/%/Platform, $(platform-y)) 39