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


      1# SPDX-License-Identifier: GPL-2.0-only
      2obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o
      3obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o
      4obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix1.o
      5obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix2.o
      6obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-demo.o
      7obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-mod.o
      8obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-busymod.o