mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-16 20:51:08 +07:00
![Steven Whitehouse](/assets/img/avatar_default.png)
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>
4 lines
79 B
Makefile
4 lines
79 B
Makefile
obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += lock_nolock.o
|
|
lock_nolock-y := main.o
|
|
|