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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
      3dm-persistent-data-objs := \
      4	dm-array.o \
      5	dm-bitset.o \
      6	dm-block-manager.o \
      7	dm-space-map-common.o \
      8	dm-space-map-disk.o \
      9	dm-space-map-metadata.o \
     10	dm-transaction-manager.o \
     11	dm-btree.o \
     12	dm-btree-remove.o \
     13	dm-btree-spine.o