Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel...
[pandora-kernel.git] / drivers / staging / smbfs / Makefile
1 #
2 # Makefile for the linux smb-filesystem routines.
3 #
4
5 obj-$(CONFIG_SMB_FS) += smbfs.o
6
7 smbfs-y := 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 ccflags-y := -DSMBFS_PARANOIA
14 #ccflags-y += -DSMBFS_DEBUG
15 #ccflags-y += -DSMBFS_DEBUG_VERBOSE
16 #ccflags-y += -DDEBUG_SMB_TIMESTAMP
17 #ccflags-y += -Werror
18