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

Makefile (491B)


      1# SPDX-License-Identifier: GPL-2.0
      2obj-y					+= fuse-tegra.o
      3obj-y					+= fuse-tegra30.o
      4obj-y					+= tegra-apbmisc.o
      5obj-$(CONFIG_ARCH_TEGRA_2x_SOC)		+= fuse-tegra20.o
      6obj-$(CONFIG_ARCH_TEGRA_2x_SOC)		+= speedo-tegra20.o
      7obj-$(CONFIG_ARCH_TEGRA_3x_SOC)		+= speedo-tegra30.o
      8obj-$(CONFIG_ARCH_TEGRA_114_SOC)	+= speedo-tegra114.o
      9obj-$(CONFIG_ARCH_TEGRA_124_SOC)	+= speedo-tegra124.o
     10obj-$(CONFIG_ARCH_TEGRA_132_SOC)	+= speedo-tegra124.o
     11obj-$(CONFIG_ARCH_TEGRA_210_SOC)	+= speedo-tegra210.o