mtd/fs/jffs3 Makefile.common,3.1,3.2

Artem Bityuckiy dedekind at infradead.org
Mon Dec 13 10:25:15 EST 2004


Update of /home/cvs/mtd/fs/jffs3
In directory phoenix.infradead.org:/tmp/cvs-serv23850

Modified Files:
	Makefile.common 
Log Message:
Add debug.o object file.


Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/Makefile.common,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- Makefile.common	9 Dec 2004 16:05:03 -0000	3.1
+++ Makefile.common	13 Dec 2004 15:25:12 -0000	3.2
@@ -10,7 +10,7 @@
 jffs3-y	:= compr.o dir.o file.o ioctl.o nodelist.o malloc.o
 jffs3-y	+= read.o nodemgmt.o readinode.o write.o scan.o gc.o
 jffs3-y	+= symlink.o build.o erase.o background.o fs.o writev.o
-jffs3-y	+= super.o
+jffs3-y	+= super.o debug.o
 
 jffs3-$(CONFIG_JFFS3_FS_NAND)	+= wbuf.o
 jffs3-$(CONFIG_JFFS3_FS_NOR_ECC) += wbuf.o





More information about the linux-mtd-cvs mailing list