yaffsfs.c: Fix NULL dereference in yaffs_unmount2_reldev()
[yaffs2.git] / rtems / Makefile.rtems
index ea685e2adeb36ab6a5e3dd399de45209a8919237..0741179a7dd2ee36524218d511da71a792cfa903 100644 (file)
@@ -24,6 +24,8 @@ 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 \
        yaffs_tagscompat.c \
@@ -37,6 +39,8 @@ YCORE_SYMLINKS = \
        yaffs_yaffs2.c \
        yaffs_verify.c \
        yaffs_summary.c \
+       yaffs_tagsmarshall.c\
+       yaffs_cache.h \
        yaffs_ecc.h \
        yaffs_guts.h \
        yaffs_packedtags1.h \
@@ -89,9 +93,12 @@ INCLUDES = rtems_yaffs.h \
 
 LIB = $(BUILDDIR)/libyaffs2.a
 LIB_PIECES = yaffs_ecc \
+       yaffs_endian \
        yaffs_guts \
+       yaffs_cache \
        yaffs_packedtags1 \
        yaffs_tagscompat \
+       yaffs_tagsmarshall\
        yaffs_packedtags2 \
        yaffs_nand \
        yaffs_checkptrw \