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


      1# SPDX-License-Identifier: GPL-2.0-only
      2obj-y				+= cacheflush.o
      3obj-$(CONFIG_CPU_HAS_FPU)	+= fpu.o
      4obj-y				+= memcmp.o
      5ifeq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS), y)
      6obj-y				+= memcpy.o
      7obj-y				+= memmove.o
      8obj-y				+= memset.o
      9endif
     10obj-y				+= strcmp.o
     11obj-y				+= strcpy.o
     12obj-y				+= strlen.o
     13obj-y				+= strksyms.o
     14obj-$(CONFIG_FUNCTION_TRACER)	+= mcount.o