home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / fs / smbfs / Makefile
Encoding:
Makefile  |  2008-12-24  |  486 b   |  19 lines

  1. #
  2. # Makefile for the linux smb-filesystem routines.
  3. #
  4.  
  5. obj-$(CONFIG_SMB_FS) += smbfs.o
  6.  
  7. smbfs-objs := proc.o dir.o cache.o sock.o inode.o file.o ioctl.o getopt.o \
  8.         symlink.o smbiod.o request.o
  9.  
  10. # If you want debugging output, you may add these flags to the EXTRA_CFLAGS
  11. # SMBFS_PARANOIA should normally be enabled.
  12.  
  13. EXTRA_CFLAGS += -DSMBFS_PARANOIA
  14. #EXTRA_CFLAGS += -DSMBFS_DEBUG
  15. #EXTRA_CFLAGS += -DSMBFS_DEBUG_VERBOSE
  16. #EXTRA_CFLAGS += -DDEBUG_SMB_TIMESTAMP
  17. #EXTRA_CFLAGS += -Werror
  18.  
  19.