]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - kernel/cgroup/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / kernel / cgroup / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
dcfe149b 2obj-y := cgroup.o namespace.o cgroup-v1.o
201af4c0
TH
3
4obj-$(CONFIG_CGROUP_FREEZER) += freezer.o
5obj-$(CONFIG_CGROUP_PIDS) += pids.o
39d3e758 6obj-$(CONFIG_CGROUP_RDMA) += rdma.o
201af4c0 7obj-$(CONFIG_CPUSETS) += cpuset.o
a28f8f5e 8obj-$(CONFIG_CGROUP_DEBUG) += debug.o