1 # SPDX-License-Identifier: GPL-2.0 << 2 # All platforms listed in alphabetic order 1 # All platforms listed in alphabetic order 3 2 4 platform-$(CONFIG_MIPS_ALCHEMY) += alc !! 3 platforms += alchemy 5 platform-$(CONFIG_ATH25) += ath !! 4 platforms += ar7 6 platform-$(CONFIG_ATH79) += ath !! 5 platforms += ath25 7 platform-$(CONFIG_BCM47XX) += bcm !! 6 platforms += ath79 8 platform-$(CONFIG_BCM63XX) += bcm !! 7 platforms += bcm47xx 9 platform-$(CONFIG_BMIPS_GENERIC) += bmi !! 8 platforms += bcm63xx 10 platform-$(CONFIG_CAVIUM_OCTEON_SOC) += cav !! 9 platforms += bmips 11 platform-$(CONFIG_EYEQ) += mob !! 10 platforms += cavium-octeon 12 platform-$(CONFIG_MIPS_COBALT) += cob !! 11 platforms += cobalt 13 platform-$(CONFIG_MACH_DECSTATION) += dec !! 12 platforms += dec 14 platform-$(CONFIG_MIPS_GENERIC) += gen !! 13 platforms += emma 15 platform-$(CONFIG_MACH_JAZZ) += jaz !! 14 platforms += jazz 16 platform-$(CONFIG_LANTIQ) += lan !! 15 platforms += jz4740 17 platform-$(CONFIG_MACH_LOONGSON2EF) += loo !! 16 platforms += lantiq 18 platform-$(CONFIG_MACH_LOONGSON32) += loo !! 17 platforms += lasat 19 platform-$(CONFIG_MACH_LOONGSON64) += loo !! 18 platforms += loongson32 20 platform-$(CONFIG_MIPS_MALTA) += mti !! 19 platforms += loongson64 21 platform-$(CONFIG_MACH_NINTENDO64) += n64 !! 20 platforms += mti-malta 22 platform-$(CONFIG_PIC32MZDA) += pic !! 21 platforms += mti-sead3 23 platform-$(CONFIG_RALINK) += ral !! 22 platforms += netlogic 24 platform-$(CONFIG_MIKROTIK_RB532) += rb5 !! 23 platforms += paravirt 25 platform-$(CONFIG_SGI_IP22) += sgi !! 24 platforms += pistachio 26 platform-$(CONFIG_SGI_IP27) += sgi !! 25 platforms += pmcs-msp71xx 27 platform-$(CONFIG_SGI_IP28) += sgi !! 26 platforms += pnx833x 28 platform-$(CONFIG_SGI_IP30) += sgi !! 27 platforms += ralink 29 platform-$(CONFIG_SGI_IP32) += sgi !! 28 platforms += rb532 30 platform-$(CONFIG_SIBYTE_BCM112X) += sib !! 29 platforms += sgi-ip22 31 platform-$(CONFIG_SIBYTE_SB1250) += sib !! 30 platforms += sgi-ip27 32 platform-$(CONFIG_SIBYTE_BCM1x80) += sib !! 31 platforms += sgi-ip32 33 platform-$(CONFIG_SNI_RM) += sni !! 32 platforms += sibyte 34 platform-$(CONFIG_MACH_TX49XX) += txx !! 33 platforms += sni >> 34 platforms += txx9 >> 35 platforms += vr41xx >> 36 platforms += xilfpga 35 37 36 # include the platform specific files 38 # include the platform specific files 37 include $(patsubst %/, $(srctree)/arch/mips/%/ !! 39 include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.