summaryrefslogtreecommitdiffstats
path: root/linux-2.4.x/fs/jffs2/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.4.x/fs/jffs2/Makefile.common')
-rw-r--r--linux-2.4.x/fs/jffs2/Makefile.common18
1 files changed, 18 insertions, 0 deletions
diff --git a/linux-2.4.x/fs/jffs2/Makefile.common b/linux-2.4.x/fs/jffs2/Makefile.common
new file mode 100644
index 0000000..c19ea16
--- /dev/null
+++ b/linux-2.4.x/fs/jffs2/Makefile.common
@@ -0,0 +1,18 @@
+#
+# Makefile for the Linux Journalling Flash File System v2 (JFFS2)
+#
+# $Id: Makefile.common,v 1.12 2005/11/18 07:27:45 forrest Exp $
+#
+
+obj-$(CONFIG_JFFS2_FS) += jffs2.o
+
+jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
+jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
+jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
+jffs2-y += super.o debug.o wear_leveling.o
+
+jffs2-$(CONFIG_JFFS2_FS_WRITEBUFFER) += wbuf.o
+jffs2-$(CONFIG_JFFS2_RUBIN) += compr_rubin.o
+jffs2-$(CONFIG_JFFS2_RTIME) += compr_rtime.o
+jffs2-$(CONFIG_JFFS2_ZLIB) += compr_zlib.o
+jffs2-$(CONFIG_JFFS2_SUMMARY) += summary.o