Commit 7e18c02b authored by Steven Whitehouse's avatar Steven Whitehouse

[GFS2] Fix bug in Makefiles for lock modules

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: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 5e96f59f
obj-$(CONFIG_GFS2_FS) += lock_dlm.o
obj-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
lock_dlm-y := lock.o main.o mount.o sysfs.o thread.o plock.o
obj-$(CONFIG_GFS2_FS) += lock_nolock.o
obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += lock_nolock.o
lock_nolock-y := main.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment