mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[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: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
5e96f59f9b
commit
7e18c02be7
@ -1,3 +1,3 @@
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
obj-$(CONFIG_GFS2_FS) += lock_nolock.o
|
||||
obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += lock_nolock.o
|
||||
lock_nolock-y := main.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user