From: Charles Manning Date: Fri, 5 Aug 2011 01:05:02 +0000 (+1200) Subject: Add summary code to python tester Makefile X-Git-Tag: pre-driver-refactoring~41^2~4 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=9dd7bc3106f6b5b677dd7ffc008518dfcd155726;ds=sidebyside Add summary code to python tester Makefile Signed-off-by: Charles Manning --- 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 \