https://github.com/torvalds/linux
Revision e490517a039a99d692cb3a5561941b0a5f576172 authored by Linus Torvalds on 26 May 2008, 18:07:53 UTC, committed by Linus Torvalds on 26 May 2008, 18:08:11 UTC
1 parent cbaffba
Raw File
Tip revision: e490517a039a99d692cb3a5561941b0a5f576172 authored by Linus Torvalds on 26 May 2008, 18:07:53 UTC
Linux 2.6.26-rc4
Tip revision: e490517
Makefile
#
# 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.

# EXTRA_CFLAGS += -DDEBUG -DDEBUG_SMB_MALLOC=1
back to top