Merge tag 'sound-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-block.git] / fs / coda / Makefile
index 1ce66819da2a5a6b61ca161a8c8942e5d77a00c4..78befb8369c9a382953e5f02104a70cee8791bdb 100644 (file)
@@ -6,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.