Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for the Linux Coda filesystem routines.
0004 #
0005 
0006 obj-$(CONFIG_CODA_FS) += coda.o
0007 
0008 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \
0009              coda_linux.o symlink.o pioctl.o
0010 coda-$(CONFIG_SYSCTL) += sysctl.o
0011 
0012 # If you want debugging output, please uncomment the following line.
0013 
0014 # ccflags-y := -DDEBUG -DDEBUG_SMB_MALLOC=1