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 (395B)


      1# SPDX-License-Identifier: GPL-2.0
      2obj-y += fuse/
      3
      4obj-y += common.o
      5obj-$(CONFIG_SOC_TEGRA_FLOWCTRL) += flowctrl.o
      6obj-$(CONFIG_SOC_TEGRA_PMC) += pmc.o
      7obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o
      8obj-$(CONFIG_SOC_TEGRA20_VOLTAGE_COUPLER) += regulators-tegra20.o
      9obj-$(CONFIG_SOC_TEGRA30_VOLTAGE_COUPLER) += regulators-tegra30.o
     10obj-$(CONFIG_ARCH_TEGRA_186_SOC) += ari-tegra186.o