aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/fs/yaffs2/.svn/text-base/Makefile.svn-base
diff options
context:
space:
mode:
authorJames <>2013-03-17 12:16:37 +0000
committerJames <>2013-03-17 12:16:37 +0000
commit27b76ab0671089c47506615a796a261e993896a7 (patch)
tree61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/generic/files/fs/yaffs2/.svn/text-base/Makefile.svn-base
downloadtrunk-36060-master.tar.gz
trunk-36060-master.tar.bz2
trunk-36060-master.zip
Diffstat (limited to 'target/linux/generic/files/fs/yaffs2/.svn/text-base/Makefile.svn-base')
-rw-r--r--target/linux/generic/files/fs/yaffs2/.svn/text-base/Makefile.svn-base17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/generic/files/fs/yaffs2/.svn/text-base/Makefile.svn-base b/target/linux/generic/files/fs/yaffs2/.svn/text-base/Makefile.svn-base
new file mode 100644
index 0000000..fbdbd4a
--- /dev/null
+++ b/target/linux/generic/files/fs/yaffs2/.svn/text-base/Makefile.svn-base
@@ -0,0 +1,17 @@
+#
+# Makefile for the linux YAFFS filesystem routines.
+#
+
+obj-$(CONFIG_YAFFS_FS) += yaffs.o
+
+yaffs-y := yaffs_ecc.o yaffs_vfs_glue.o yaffs_guts.o yaffs_checkptrw.o
+yaffs-y += yaffs_packedtags1.o yaffs_packedtags2.o yaffs_nand.o
+yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o
+yaffs-y += yaffs_mtdif.o yaffs_mtdif1.o yaffs_mtdif2.o
+yaffs-y += yaffs_nameval.o
+yaffs-y += yaffs_allocator.o
+yaffs-y += yaffs_yaffs1.o
+yaffs-y += yaffs_yaffs2.o
+yaffs-y += yaffs_bitmap.o
+yaffs-y += yaffs_verify.o
+