X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=rtems%2FMakefile.rtems;h=4803a9fb21b5319b3e071f0c5691276f5025784b;hb=19ca0c9ef8f8a041b228c48fb1c78039a64ec1d6;hp=ea685e2adeb36ab6a5e3dd399de45209a8919237;hpb=e1cc6e41366587ff0bdb7e246b5f17d230c13226;p=yaffs2.git diff --git a/rtems/Makefile.rtems b/rtems/Makefile.rtems index ea685e2..4803a9f 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_endian.c \ yaffs_guts.c \ yaffs_packedtags1.c \ yaffs_tagscompat.c \ @@ -37,6 +38,7 @@ YCORE_SYMLINKS = \ yaffs_yaffs2.c \ yaffs_verify.c \ yaffs_summary.c \ + yaffs_tagsmarshall.c\ yaffs_ecc.h \ yaffs_guts.h \ yaffs_packedtags1.h \ @@ -89,9 +91,11 @@ INCLUDES = rtems_yaffs.h \ LIB = $(BUILDDIR)/libyaffs2.a LIB_PIECES = yaffs_ecc \ + yaffs_endian \ yaffs_guts \ yaffs_packedtags1 \ yaffs_tagscompat \ + yaffs_tagsmarshall\ yaffs_packedtags2 \ yaffs_nand \ yaffs_checkptrw \