From: Luca (Wei) Chen Date: Tue, 25 May 2021 21:27:57 +0000 (+1200) Subject: kernel Makefile won't work after moving cache handling into a separated file. X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=23a47e1b0f192b4572790c6c961c23af1e462f09 kernel Makefile won't work after moving cache handling into a separated file. Signed-off-by: Luca (Wei) Chen --- diff --git a/Makefile.kernel b/Makefile.kernel index c052395..7c7e10b 100644 --- a/Makefile.kernel +++ b/Makefile.kernel @@ -16,4 +16,5 @@ yaffs-y += yaffs_yaffs2.o yaffs-y += yaffs_bitmap.o yaffs-y += yaffs_summary.o yaffs-y += yaffs_verify.o +yaffs-y += yaffs_cache.o