From 4e67cc1c1768621672890f3b1f56f61e208b29c6 Mon Sep 17 00:00:00 2001 From: charles Date: Mon, 5 Jun 2006 04:13:36 +0000 Subject: [PATCH] Add checkpoint source to kernel compilation --- Makefile.kernel | 4 ++-- 1 file 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 -- 2.30.2