home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / fs / coda / Makefile
Encoding:
Makefile  |  2006-08-11  |  324 b   |  13 lines

  1. #
  2. # Makefile for the Linux Coda filesystem routines.
  3. #
  4.  
  5. obj-$(CONFIG_CODA_FS) += coda.o
  6.  
  7. 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.o 
  9.  
  10. # If you want debugging output, please uncomment the following line.
  11.  
  12. # EXTRA_CFLAGS += -DDEBUG -DDEBUG_SMB_MALLOC=1
  13.