]> git.ipfire.org Git - thirdparty/linux.git/blame - fs/quota/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / fs / quota / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
884d179d
JK
2obj-$(CONFIG_QUOTA) += dquot.o
3obj-$(CONFIG_QFMT_V1) += quota_v1.o
4obj-$(CONFIG_QFMT_V2) += quota_v2.o
5obj-$(CONFIG_QUOTA_TREE) += quota_tree.o
e8a3e471 6obj-$(CONFIG_QUOTACTL) += quota.o kqid.o
5582c76f 7obj-$(CONFIG_QUOTACTL_COMPAT) += compat.o
799a9d44 8obj-$(CONFIG_QUOTA_NETLINK_INTERFACE) += netlink.o