xref: /openbmc/linux/arch/mips/Kbuild.platforms (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
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_AR7)			+= ar7/
626bff9ebSThomas Bogendoerferplatform-$(CONFIG_ATH25)		+= ath25/
726bff9ebSThomas Bogendoerferplatform-$(CONFIG_ATH79)		+= ath79/
826bff9ebSThomas Bogendoerferplatform-$(CONFIG_BCM47XX)		+= bcm47xx/
926bff9ebSThomas Bogendoerferplatform-$(CONFIG_BCM63XX)		+= bcm63xx/
1026bff9ebSThomas Bogendoerferplatform-$(CONFIG_BMIPS_GENERIC)	+= bmips/
1126bff9ebSThomas Bogendoerferplatform-$(CONFIG_CAVIUM_OCTEON_SOC)	+= cavium-octeon/
1226bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIPS_COBALT)		+= cobalt/
1326bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_DECSTATION)	+= dec/
1426bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIPS_GENERIC)		+= generic/
1526bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_JAZZ)		+= jazz/
1626bff9ebSThomas Bogendoerferplatform-$(CONFIG_LANTIQ)		+= lantiq/
1726bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_LOONGSON2EF)	+= loongson2ef/
1826bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_LOONGSON32)	+= loongson32/
1926bff9ebSThomas Bogendoerferplatform-$(CONFIG_MACH_LOONGSON64)	+= loongson64/
2026bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIPS_MALTA)		+= mti-malta/
21baec970aSLauri Kasanenplatform-$(CONFIG_MACH_NINTENDO64)	+= n64/
2226bff9ebSThomas Bogendoerferplatform-$(CONFIG_PIC32MZDA)		+= pic32/
2326bff9ebSThomas Bogendoerferplatform-$(CONFIG_RALINK)		+= ralink/
2426bff9ebSThomas Bogendoerferplatform-$(CONFIG_MIKROTIK_RB532)	+= rb532/
2526bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP22)		+= sgi-ip22/
2626bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP27)		+= sgi-ip27/
2726bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP28)		+= sgi-ip22/
2826bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP30)		+= sgi-ip30/
2926bff9ebSThomas Bogendoerferplatform-$(CONFIG_SGI_IP32)		+= sgi-ip32/
3026bff9ebSThomas Bogendoerferplatform-$(CONFIG_SIBYTE_BCM112X)	+= sibyte/
3126bff9ebSThomas Bogendoerferplatform-$(CONFIG_SIBYTE_SB1250)	+= sibyte/
3226bff9ebSThomas Bogendoerferplatform-$(CONFIG_SIBYTE_BCM1x80)	+= sibyte/
3326bff9ebSThomas Bogendoerferplatform-$(CONFIG_SNI_RM)		+= sni/
34a7cf53b7SHuacai Chenplatform-$(CONFIG_MACH_TX49XX)		+= txx9/
355d25b01cSSam Ravnborg
365d25b01cSSam Ravnborg# include the platform specific files
37*cca2aac8SMasahiro Yamadainclude $(patsubst %/, $(srctree)/arch/mips/%/Platform, $(platform-y))
38