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
79 B
Makefile
3 lines
79 B
Makefile
obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += lock_nolock.o
|
|
lock_nolock-y := main.o
|
|
|