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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_ARM_SMMU_V3) += arm_smmu_v3.o
      3arm_smmu_v3-objs-y += arm-smmu-v3.o
      4arm_smmu_v3-objs-$(CONFIG_ARM_SMMU_V3_SVA) += arm-smmu-v3-sva.o
      5arm_smmu_v3-objs := $(arm_smmu_v3-objs-y)