forked from luck/tmp_suning_uos_patched
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
|