License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / fs / gfs2 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
0ccd234c 2ccflags-y := -I$(src)
b3b94faa 3obj-$(CONFIG_GFS2_FS) += gfs2.o
307cf6e6 4gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \
64ea5402 5 glops.o log.o lops.o main.o meta_io.o \
9e6e0a12 6 aops.o dentry.o export.o file.o \
2ab9cd1c 7 ops_fstype.o inode.o quota.o \
feaa7bba 8 recovery.o rgrp.o super.o sys.o trans.o util.o
b3b94faa 9
f057f6cd 10gfs2-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
b3b94faa 11