Import 2.3.7pre9
[davej-history.git] / fs / coda / Makefile
blob1faa42235c42715695b8e664f9df30b7e9e7c038
2 # Makefile for the Linux Coda filesystem routines.
5 O_TARGET := coda.o
6 O_OBJS := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o coda_linux.o\
7 symlink.o pioctl.o sysctl.o
8 M_OBJS := $(O_TARGET)
10 # If you want debugging output, please uncomment the following line.
12 # EXTRA_CFLAGS += -DDEBUG -DDEBUG_SMB_MALLOC=1
14 include $(TOPDIR)/Rules.make