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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_UPROBES)		+= decode.o decode-arm.o uprobes/
      3obj-$(CONFIG_KPROBES)		+= decode.o kprobes/
      4ifdef CONFIG_THUMB2_KERNEL
      5obj-$(CONFIG_KPROBES)		+= decode-thumb.o
      6else
      7obj-$(CONFIG_KPROBES)		+= decode-arm.o
      8endif