mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
34a9dd7e29
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
|