summaryrefslogtreecommitdiffstats
path: root/fs/fat/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/fat/Makefile
parent908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff)
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'fs/fat/Makefile')
-rw-r--r--fs/fat/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/fs/fat/Makefile b/fs/fat/Makefile
new file mode 100644
index 000000000..d45ecfab5
--- /dev/null
+++ b/fs/fat/Makefile
@@ -0,0 +1,15 @@
+#
+# Makefile for the linux fat-filesystem support.
+#
+# 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 := fat.o
+O_OBJS := buffer.o cache.o dir.o file.o inode.o misc.o mmap.o tables.o
+OX_OBJS := fatfs_syms.o
+M_OBJS := $(O_TARGET)
+
+include $(TOPDIR)/Rules.make