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