Added files that support the ability to "patchin" yaffs2 into the 2.6
[yaffs2.git] / Makefile.kernel
diff --git a/Makefile.kernel b/Makefile.kernel
new file mode 100644 (file)
index 0000000..cf8508c
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Makefile for the linux YAFFS filesystem routines.
+#
+
+obj-$(CONFIG_YAFFS_FS) += yaffs.o
+
+yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o
+yaffs-y += yaffs_packedtags2.o
+yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o
+yaffs-y += yaffs_mtdif.o yaffs_mtdif2.o