X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=rtems%2FMakefile.rtems;h=0741179a7dd2ee36524218d511da71a792cfa903;hp=4803a9fb21b5319b3e071f0c5691276f5025784b;hb=HEAD;hpb=42909262aa6077a60cf18dac024fd21df3b4b18a diff --git a/rtems/Makefile.rtems b/rtems/Makefile.rtems index 4803a9f..0741179 100644 --- a/rtems/Makefile.rtems +++ b/rtems/Makefile.rtems @@ -24,6 +24,7 @@ CFLAGS += $(DEPFLAGS) $(GCCFLAGS) # Files to be made into local symlinks YCORE_SYMLINKS = \ yaffs_ecc.c \ + yaffs_cache.c \ yaffs_endian.c \ yaffs_guts.c \ yaffs_packedtags1.c \ @@ -39,6 +40,7 @@ YCORE_SYMLINKS = \ yaffs_verify.c \ yaffs_summary.c \ yaffs_tagsmarshall.c\ + yaffs_cache.h \ yaffs_ecc.h \ yaffs_guts.h \ yaffs_packedtags1.h \ @@ -93,6 +95,7 @@ LIB = $(BUILDDIR)/libyaffs2.a LIB_PIECES = yaffs_ecc \ yaffs_endian \ yaffs_guts \ + yaffs_cache \ yaffs_packedtags1 \ yaffs_tagscompat \ yaffs_tagsmarshall\