[Yaffs] [PATCH 04/20] Compile needed yaffs_summary

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Xiangfu Liu
Date:  
To: yaffs
CC: sebastien
Old-Topics: [Yaffs] [PATCH 03/20] Remove references to non-existing bits
New-Topics: [Yaffs] [PATCH 05/20] Add memory management
Subject: [Yaffs] [PATCH 04/20] Compile needed yaffs_summary
From: Sebastien Bourdeauducq <>

---
 Makefile.rtems      |    1 +
 rtems/rtems_yaffs.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Makefile.rtems b/Makefile.rtems
index 484ae0e..a82226a 100644
--- a/Makefile.rtems
+++ b/Makefile.rtems
@@ -41,6 +41,7 @@ LIB_PIECES = yaffs_ecc \
     yaffs_yaffs1 \
     yaffs_yaffs2 \
     yaffs_verify \
+    yaffs_summary \
     direct/yaffs_hweight \
     rtems/rtems_yaffs \
     rtems/rtems_yaffs_os_context \
diff --git a/rtems/rtems_yaffs.c b/rtems/rtems_yaffs.c
index b03a55b..66071a5 100644
--- a/rtems/rtems_yaffs.c
+++ b/rtems/rtems_yaffs.c
@@ -35,6 +35,7 @@
 #include "yaffs_packedtags2.h"


#include "rtems_yaffs.h"
+
/* locking */

static void ylock(struct yaffs_dev *dev)
--
1.7.4.1