summaryrefslogtreecommitdiff
path: root/direct
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2011-08-05 13:05:02 +1200
committerCharles Manning <cdhmanning@gmail.com>2011-08-05 13:05:02 +1200
commit9dd7bc3106f6b5b677dd7ffc008518dfcd155726 (patch)
treea88b0f94ae8478e8732d16e24d75e4fef9f27946 /direct
parent2df51cdb98e799c4d10b4cc7dd7e8858aa79e7d8 (diff)
Add summary code to python tester Makefile
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'direct')
-rw-r--r--direct/python/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/direct/python/Makefile b/direct/python/Makefile
index 35f14fb..e0b10e7 100644
--- a/direct/python/Makefile
+++ b/direct/python/Makefile
@@ -37,6 +37,7 @@ COMMONTESTOBJS = yaffscfg2k.o yaffs_osglue.o yaffs_hweight.o\
yaffs_tagscompat.o yaffs_packedtags2.o yaffs_nand.o \
yaffs_checkptrw.o yaffs_qsort.o\
yaffs_nameval.o \
+ yaffs_summary.o \
yaffs_allocator.o \
yaffs_norif1.o ynorsim.o \
yaffs_bitmap.o \
@@ -53,6 +54,7 @@ YAFFSSYMLINKS = yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffs_tagscomp
yaffs_packedtags1.c yaffs_packedtags1.h yaffs_packedtags2.c yaffs_packedtags2.h \
yaffs_nand.c yaffs_nand.h yaffs_getblockinfo.h \
yaffs_checkptrw.h yaffs_checkptrw.c \
+ yaffs_summary.c yaffs_summary.h \
yaffs_nameval.c yaffs_nameval.h yaffs_attribs.h \
yaffs_trace.h \
yaffs_allocator.c yaffs_allocator.h \