mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 13:05:12 +07:00
![Joel Becker](/assets/img/avatar_default.png)
We're going to remove the tie between ocfs2_dlmfs and o2dlm. ocfs2_dlmfs doesn't belong in the fs/ocfs2/dlm directory anymore. Here we move it to fs/ocfs2/dlmfs. Signed-off-by: Joel Becker <joel.becker@oracle.com>
6 lines
118 B
Makefile
6 lines
118 B
Makefile
EXTRA_CFLAGS += -Ifs/ocfs2
|
|
|
|
obj-$(CONFIG_OCFS2_FS) += ocfs2_dlmfs.o
|
|
|
|
ocfs2_dlmfs-objs := userdlm.o dlmfs.o dlmfsver.o
|