From: Sebastien Bourdeauducq <
sebastien@milkymist.org>
---
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