summaryrefslogtreecommitdiffstats
path: root/fs/ufs/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
committer <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
commitbeb116954b9b7f3bb56412b2494b562f02b864b1 (patch)
tree120e997879884e1b9d93b265221b939d2ef1ade1 /fs/ufs/Makefile
parent908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff)
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'fs/ufs/Makefile')
-rw-r--r--fs/ufs/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile
new file mode 100644
index 000000000..b5fa2bd48
--- /dev/null
+++ b/fs/ufs/Makefile
@@ -0,0 +1,15 @@
+#
+# Makefile for the linux ufs-filesystem routines.
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definitions are now in the main makefile...
+
+O_TARGET := ufs.o
+O_OBJS := ufs_dir.o ufs_file.o ufs_inode.o ufs_namei.o \
+ ufs_super.o ufs_symlink.o
+M_OBJS := $(O_TARGET)
+
+include $(TOPDIR)/Rules.make