mtd/util sumtool.c,NONE,1.1 Makefile,1.52,1.53

havasi at infradead.org havasi at infradead.org
Tue Dec 21 10:18:54 EST 2004


Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv24573/util

Modified Files:
	Makefile 
Added Files:
	sumtool.c 
Log Message:

Summary support for JFFS3.



***** Error reading new file: [Errno 2] No such file or directory: 'sumtool.c'
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/util/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- Makefile	13 Jul 2004 17:49:43 -0000	1.52
+++ Makefile	21 Dec 2004 15:18:51 -0000	1.53
@@ -13,7 +13,9 @@
 TARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
 	mkfs.jffs ftl_check mkfs.jffs2 flash_lock flash_unlock \
 	flash_info mtd_debug flashcp nandwrite jffs2dump \
-	nftldump nftl_format docfdisk #jffs2reader
+	nftldump nftl_format docfdisk \
+	sumtool #jffs2reader 
+	
 
 SYMLINKS = compr_lzari.c compr_lzo.c
 
@@ -47,6 +49,9 @@
 
 jffs2dump: jffs2dump.o crc32.o
 	$(CC) $(LDFLAGS) -o $@ $^
+	
+sumtool: sumtool.o crc32.o
+	$(CC) $(LDFLAGS) -o $@ $^
 
 install: ${TARGETS}
 	mkdir -p ${DESTDIR}/${SBINDIR}





More information about the linux-mtd-cvs mailing list