mtd/fs/jffs2/ecos/cdl jffs2.cdl,1.8,1.9
David Woodhouse
dwmw2 at infradead.org
Wed Nov 26 09:09:32 EST 2003
- Previous message: mtd/fs/jffs2/ecos/src dir-ecos.c,1.7,1.8 fs-ecos.c,1.21,1.22
jffs2port.h,1.10,1.11
- Next message: mtd/fs/jffs2/ecos/src flashio.c,NONE,1.1 fs-ecos.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2/ecos/cdl
In directory phoenix.infradead.org:/tmp/cvs-serv6483/cdl
Modified Files:
jffs2.cdl
Log Message:
Split out flash I/O, add -Werror again
Index: jffs2.cdl
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/cdl/jffs2.cdl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jffs2.cdl 24 Nov 2003 16:09:20 -0000 1.8
+++ jffs2.cdl 26 Nov 2003 14:09:29 -0000 1.9
@@ -73,6 +73,8 @@
compile -library=libextras.a fs-ecos.c
compile build.c scan.c malloc-ecos.c nodelist.c nodemgmt.c readinode.c erase.c dir-ecos.c write.c gc.c read.c compr.c
+ # This could be overridden by an alternative direct I/O method.
+ compile flashio.c
cdl_option CYGOPT_FS_JFFS2_NAND {
display "Support for NAND flash"
@@ -168,7 +170,7 @@
no_define
# We add -D__ECOS to trigger eCos-specific code in places.
# We add -Werror because I find it useful.
- default_value { "-D__ECOS -nostdinc -iwithprefix include" }
+ default_value { "-D__ECOS -nostdinc -iwithprefix include -Werror" }
description "
This option modifies the set of compiler flags for
building the JFFS2 package.
- Previous message: mtd/fs/jffs2/ecos/src dir-ecos.c,1.7,1.8 fs-ecos.c,1.21,1.22
jffs2port.h,1.10,1.11
- Next message: mtd/fs/jffs2/ecos/src flashio.c,NONE,1.1 fs-ecos.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list