From 083cf978d030a6c841203bb5390a9952b952d07a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 30 Jul 2011 20:19:01 +0200 Subject: Compile needed yaffs_summary --- Makefile.rtems | 1 + rtems/rtems_yaffs.c | 1 + 2 files changed, 2 insertions(+) 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) -- cgit v1.2.3