From: Charles Manning Date: Tue, 5 Apr 2011 04:35:20 +0000 (+1200) Subject: yaffs: Add summary code to kernel Makefile X-Git-Tag: pre-driver-refactoring~41^2~10^2~1 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=dd73ab5baea1c47571054d1dc7f0c68e91616c2a yaffs: Add summary code to kernel Makefile Signed-off-by: Charles Manning --- diff --git a/Makefile.kernel b/Makefile.kernel index 881c7f5..6a8729c 100644 --- a/Makefile.kernel +++ b/Makefile.kernel @@ -13,5 +13,6 @@ yaffs-y += yaffs_allocator.o yaffs-y += yaffs_yaffs1.o yaffs-y += yaffs_yaffs2.o yaffs-y += yaffs_bitmap.o +yaffs-y += yaffs_summary.o yaffs-y += yaffs_verify.o