You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# SPDX-License-Identifier: GPL-2.0
|
|
obj-y := cgroup.o namespace.o cgroup-v1.o
|
|
|
|
obj-$(CONFIG_CGROUP_FREEZER) += freezer.o
|
|
obj-$(CONFIG_CGROUP_PIDS) += pids.o
|
|
obj-$(CONFIG_CGROUP_RDMA) += rdma.o
|
|
obj-$(CONFIG_CPUSETS) += cpuset.o
|
|
obj-$(CONFIG_CGROUP_DEBUG) += debug.o
|
|
|