From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- fs/coda/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fs/coda/Makefile (limited to 'fs/coda/Makefile') diff --git a/fs/coda/Makefile b/fs/coda/Makefile new file mode 100644 index 000000000..1bab69a0d --- /dev/null +++ b/fs/coda/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for the Linux Coda filesystem routines. +# + +obj-$(CONFIG_CODA_FS) += coda.o + +coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \ + coda_linux.o symlink.o pioctl.o sysctl.o + +# If you want debugging output, please uncomment the following line. + +# ccflags-y := -DDEBUG -DDEBUG_SMB_MALLOC=1 -- cgit v1.2.3-54-g00ecf