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


      1# SPDX-License-Identifier: GPL-2.0-only
      2obj-$(CONFIG_PHY_TEGRA_XUSB) += phy-tegra-xusb.o
      3
      4phy-tegra-xusb-y += xusb.o
      5phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_124_SOC) += xusb-tegra124.o
      6phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_132_SOC) += xusb-tegra124.o
      7phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_210_SOC) += xusb-tegra210.o
      8phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_186_SOC) += xusb-tegra186.o
      9phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_194_SOC) += xusb-tegra186.o
     10obj-$(CONFIG_PHY_TEGRA194_P2U) += phy-tegra194-p2u.o