diff options
Diffstat (limited to 'fs/coda/Makefile')
| -rw-r--r-- | fs/coda/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/coda/Makefile b/fs/coda/Makefile index 1bab69a0d347..78befb8369c9 100644 --- a/fs/coda/Makefile +++ b/fs/coda/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the Linux Coda filesystem routines. # @@ -5,7 +6,8 @@ obj-$(CONFIG_CODA_FS) += coda.o coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \ - coda_linux.o symlink.o pioctl.o sysctl.o + coda_linux.o symlink.o pioctl.o +coda-$(CONFIG_SYSCTL) += sysctl.o # If you want debugging output, please uncomment the following line. |
