kernel/fs/coda/Makefile
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Makefile for the Linux Coda filesystem routines. 3 4 # .. .. @@ -5,7 +6,8 @@ 5 6 obj-$(CONFIG_CODA_FS) += coda.o 6 7 7 8 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \ 8 - coda_linux.o symlink.o pioctl.o sysctl.o9 + coda_linux.o symlink.o pioctl.o10 +coda-$(CONFIG_SYSCTL) += sysctl.o9 11 10 12 # If you want debugging output, please uncomment the following line. 11 13