Staging: hv: remove OnIsr vmbus_driver callback
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / smbfs / Makefile
blobd2a92c5cb1197e5c1ab6ed30332bf2b3d5e5cdae
2 # Makefile for the linux smb-filesystem routines.
5 obj-$(CONFIG_SMB_FS) += smbfs.o
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
10 # If you want debugging output, you may add these flags to the EXTRA_CFLAGS
11 # SMBFS_PARANOIA should normally be enabled.
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