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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for general filesystem caching code
      4#
      5
      6fscache-y := \
      7	cache.o \
      8	cookie.o \
      9	io.o \
     10	main.o \
     11	volume.o
     12
     13fscache-$(CONFIG_PROC_FS) += proc.o
     14fscache-$(CONFIG_FSCACHE_STATS) += stats.o
     15
     16obj-$(CONFIG_FSCACHE) := fscache.o