6 lines
105 B
Makefile
6 lines
105 B
Makefile
|
ccflags-y := -I$(src)/..
|
||
|
|
||
|
obj-$(CONFIG_OCFS2_FS) += ocfs2_dlmfs.o
|
||
|
|
||
|
ocfs2_dlmfs-objs := userdlm.o dlmfs.o
|