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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-y := cgroup.o rstat.o namespace.o cgroup-v1.o freezer.o
      3
      4obj-$(CONFIG_CGROUP_FREEZER) += legacy_freezer.o
      5obj-$(CONFIG_CGROUP_PIDS) += pids.o
      6obj-$(CONFIG_CGROUP_RDMA) += rdma.o
      7obj-$(CONFIG_CPUSETS) += cpuset.o
      8obj-$(CONFIG_CGROUP_MISC) += misc.o
      9obj-$(CONFIG_CGROUP_DEBUG) += debug.o