Blame view

fs/coda/Makefile 385 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
5
6
7
8
  #
  # Makefile for the Linux Coda filesystem routines.
  #
  
  obj-$(CONFIG_CODA_FS) += coda.o
  
  coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \
6975259ae   Fabian Frederick   coda: remove sysc...
9
10
  	     coda_linux.o symlink.o pioctl.o
  coda-$(CONFIG_SYSCTL) += sysctl.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
11
12
  
  # If you want debugging output, please uncomment the following line.
0ccd234ca   matt mooney   fs: change to new...
13
  # ccflags-y := -DDEBUG -DDEBUG_SMB_MALLOC=1