summaryrefslogtreecommitdiff
path: root/Makefile.kernel
diff options
context:
space:
mode:
authormarty <marty>2005-07-31 09:04:13 +0000
committermarty <marty>2005-07-31 09:04:13 +0000
commitc898fad8c0b581688b4ebd9d7952c909379d6df7 (patch)
tree2535eed58b17a67d5d37be1bb554d0a9449fdc46 /Makefile.kernel
parentf33ef96b57cb88ebf49cfb7f70c26dce4c46794b (diff)
Added files that support the ability to "patchin" yaffs2 into the 2.6
kernel tree so that it can be compiled there. Makefile.kernel and patch-ker.sh will need to be edited when the source tree is reorganized.
Diffstat (limited to 'Makefile.kernel')
-rw-r--r--Makefile.kernel10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.kernel b/Makefile.kernel
new file mode 100644
index 0000000..cf8508c
--- /dev/null
+++ b/Makefile.kernel
@@ -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