7e18c02be7
The Makefile had the wrong CONFIG_ variable in it so that in case GFS2 was y and the lock modules were m, they were not getting built properly. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
3 lines
110 B
Makefile
3 lines
110 B
Makefile
obj-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
|
|
lock_dlm-y := lock.o main.o mount.o sysfs.o thread.o plock.o
|
|
|