diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 06:06:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 06:06:25 +0000 |
commit | aa944aa3453e47706685bc562711a9e87375941e (patch) | |
tree | 8fb37a65f205a90412917ca2b91c429263ef1790 /fs/coda/Makefile | |
parent | 967c65a99059fd459b956c1588ce0ba227912c4e (diff) |
Merge with Linux 2.1.72, part 2.
The new signal code with exception of the code for the rt signals.
The definitions in <asm/siginfo.h> and <asm/ucontext.h> are currently
just stolen from the Alpha and will need to be overhauled.
Diffstat (limited to 'fs/coda/Makefile')
-rw-r--r-- | fs/coda/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fs/coda/Makefile b/fs/coda/Makefile new file mode 100644 index 000000000..4118fdc61 --- /dev/null +++ b/fs/coda/Makefile @@ -0,0 +1,15 @@ +# +# Makefile for the linux Coda-filesystem routines. +# + +O_TARGET := coda.o +O_OBJS := psdev.o upcall.o cnode.o super.o dir.o coda_linux.o symlink.o pioctl.o file.o namecache.o\ + sysctl.o +M_OBJS := $(O_TARGET) + +# If you want debugging output, please uncomment the following line + +# EXTRA_CFLAGS += -DDEBUG -DDEBUG_SMB_MALLOC=1 + +include $(TOPDIR)/Rules.make + |