1 # SPDX-License-Identifier: GPL-2.0 << 2 ccflags-y := -I$(src) 1 ccflags-y := -I$(src) 3 obj-$(CONFIG_GFS2_FS) += gfs2.o 2 obj-$(CONFIG_GFS2_FS) += gfs2.o 4 gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \ 3 gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \ 5 glops.o log.o lops.o main.o meta_io.o 4 glops.o log.o lops.o main.o meta_io.o \ 6 aops.o dentry.o export.o file.o \ 5 aops.o dentry.o export.o file.o \ 7 ops_fstype.o inode.o quota.o \ 6 ops_fstype.o inode.o quota.o \ 8 recovery.o rgrp.o super.o sys.o trans. 7 recovery.o rgrp.o super.o sys.o trans.o util.o 9 8 10 gfs2-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm 9 gfs2-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o 11 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.