Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 ccflags-y := -I$(src)
0003 obj-$(CONFIG_GFS2_FS) += gfs2.o
0004 gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \
0005         glops.o log.o lops.o main.o meta_io.o \
0006         aops.o dentry.o export.o file.o \
0007         ops_fstype.o inode.o quota.o \
0008         recovery.o rgrp.o super.o sys.o trans.o util.o
0009 
0010 gfs2-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
0011