summaryrefslogtreecommitdiff
path: root/direct/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'direct/python/Makefile')
-rw-r--r--direct/python/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/direct/python/Makefile b/direct/python/Makefile
index 4a54185..e0b10e7 100644
--- a/direct/python/Makefile
+++ b/direct/python/Makefile
@@ -34,9 +34,10 @@ COMMONTESTOBJS = yaffscfg2k.o yaffs_osglue.o yaffs_hweight.o\
yaffs_nandif.o yaffs_attribs.o \
yaffsfs.o yaffs_ecc.o yaffs_guts.o \
yaffs_packedtags1.o yaffs_ramdisk.o yaffs_ramem2k.o \
- yaffs_tagscompat.o yaffs_packedtags2.o yaffs_tagsvalidity.o yaffs_nand.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 \
@@ -52,7 +53,8 @@ YAFFSLIBOBJS = $(COMMONTESTOBJS) yaffs_python_helper.o
YAFFSSYMLINKS = yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffs_tagscompat.c yaffs_tagscompat.h \
yaffs_packedtags1.c yaffs_packedtags1.h yaffs_packedtags2.c yaffs_packedtags2.h \
yaffs_nand.c yaffs_nand.h yaffs_getblockinfo.h \
- yaffs_tagsvalidity.c yaffs_tagsvalidity.h yaffs_checkptrw.h yaffs_checkptrw.c \
+ 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 \