cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kbuild.platforms (1595B)


      1# SPDX-License-Identifier: GPL-2.0
      2# All platforms listed in alphabetic order
      3
      4platform-$(CONFIG_MIPS_ALCHEMY)		+= alchemy/
      5platform-$(CONFIG_AR7)			+= ar7/
      6platform-$(CONFIG_ATH25)		+= ath25/
      7platform-$(CONFIG_ATH79)		+= ath79/
      8platform-$(CONFIG_BCM47XX)		+= bcm47xx/
      9platform-$(CONFIG_BCM63XX)		+= bcm63xx/
     10platform-$(CONFIG_BMIPS_GENERIC)	+= bmips/
     11platform-$(CONFIG_CAVIUM_OCTEON_SOC)	+= cavium-octeon/
     12platform-$(CONFIG_MIPS_COBALT)		+= cobalt/
     13platform-$(CONFIG_MACH_DECSTATION)	+= dec/
     14platform-$(CONFIG_MIPS_GENERIC)		+= generic/
     15platform-$(CONFIG_MACH_JAZZ)		+= jazz/
     16platform-$(CONFIG_LANTIQ)		+= lantiq/
     17platform-$(CONFIG_MACH_LOONGSON2EF)	+= loongson2ef/
     18platform-$(CONFIG_MACH_LOONGSON32)	+= loongson32/
     19platform-$(CONFIG_MACH_LOONGSON64)	+= loongson64/
     20platform-$(CONFIG_MIPS_MALTA)		+= mti-malta/
     21platform-$(CONFIG_MACH_NINTENDO64)	+= n64/
     22platform-$(CONFIG_PIC32MZDA)		+= pic32/
     23platform-$(CONFIG_RALINK)		+= ralink/
     24platform-$(CONFIG_MIKROTIK_RB532)	+= rb532/
     25platform-$(CONFIG_SGI_IP22)		+= sgi-ip22/
     26platform-$(CONFIG_SGI_IP27)		+= sgi-ip27/
     27platform-$(CONFIG_SGI_IP28)		+= sgi-ip22/
     28platform-$(CONFIG_SGI_IP30)		+= sgi-ip30/
     29platform-$(CONFIG_SGI_IP32)		+= sgi-ip32/
     30platform-$(CONFIG_SIBYTE_BCM112X)	+= sibyte/
     31platform-$(CONFIG_SIBYTE_SB1250)	+= sibyte/
     32platform-$(CONFIG_SIBYTE_BCM1x55)	+= sibyte/
     33platform-$(CONFIG_SIBYTE_BCM1x80)	+= sibyte/
     34platform-$(CONFIG_SNI_RM)		+= sni/
     35platform-$(CONFIG_MACH_TX49XX)		+= txx9/
     36platform-$(CONFIG_MACH_VR41XX)		+= vr41xx/
     37
     38# include the platform specific files
     39include $(patsubst %/, $(srctree)/arch/mips/%/Platform, $(platform-y))