summaryrefslogtreecommitdiff
path: root/Makefile.kernel
diff options
context:
space:
mode:
authorcharles <charles>2006-06-05 04:13:36 +0000
committercharles <charles>2006-06-05 04:13:36 +0000
commit4e67cc1c1768621672890f3b1f56f61e208b29c6 (patch)
treed8fdfe1c1aa07a9493543db76fdd35d302598ec6 /Makefile.kernel
parent7068d4b91f6928a40a0897572cb6407f690ebc1e (diff)
Add checkpoint source to kernel compilation
Diffstat (limited to 'Makefile.kernel')
-rw-r--r--Makefile.kernel4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.kernel b/Makefile.kernel
index cf8508c..9d143b8 100644
--- a/Makefile.kernel
+++ b/Makefile.kernel
@@ -4,7 +4,7 @@
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_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o
+yaffs-y += yaffs_packedtags2.o yaffs_nand.o yaffs_qsort.o
yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o
yaffs-y += yaffs_mtdif.o yaffs_mtdif2.o