Staging: smbfs: Makefile: Makefile clean up
[deliverable/linux.git] / drivers / staging / smbfs / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the linux smb-filesystem routines.
3#
4
5obj-$(CONFIG_SMB_FS) += smbfs.o
6
50662062 7smbfs-y := proc.o dir.o cache.o sock.o inode.o file.o ioctl.o getopt.o \
1da177e4
LT
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
50662062
TD
13ccflags-y := -DSMBFS_PARANOIA
14#ccflags-y += -DSMBFS_DEBUG
15#ccflags-y += -DSMBFS_DEBUG_VERBOSE
16#ccflags-y += -DDEBUG_SMB_TIMESTAMP
17#ccflags-y += -Werror
1da177e4 18
This page took 0.488811 seconds and 5 git commands to generate.