mtd/lib Makefile24-rs.diff,1.1,1.2 Makefile26-rs.diff,1.1,1.2
gleixner at infradead.org
gleixner at infradead.org
Mon Nov 7 06:15:37 EST 2005
- Previous message: mtd/include/mtd inftl-user.h, 1.1, 1.2 mtd-abi.h, 1.12,
1.13 nftl-user.h, 1.1, 1.2
- Next message: mtd/lib/reed_solomon Makefile24, 1.2, 1.3 Makefile26, 1.2,
1.3 decode_rs.c, 1.6, 1.7 encode_rs.c, 1.4, 1.5 rslib.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/lib
In directory phoenix.infradead.org:/tmp/cvs-serv29274/lib
Modified Files:
Makefile24-rs.diff Makefile26-rs.diff
Log Message:
[MTD / JFFS2] Clean up trailing white spaces
Index: Makefile24-rs.diff
===================================================================
RCS file: /home/cvs/mtd/lib/Makefile24-rs.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile24-rs.diff 16 Sep 2004 23:58:56 -0000 1.1
+++ Makefile24-rs.diff 7 Nov 2005 11:14:58 -0000 1.2
@@ -1,10 +1,10 @@
--- linux-2.4.26.org/lib/Makefile 2004-04-14 15:05:40.000000000 +0200
+++ linux-2.4.26.mtd/lib/Makefile 2004-06-17 14:55:54.000000000 +0200
@@ -26,6 +26,7 @@
-
+
subdir-$(CONFIG_ZLIB_INFLATE) += zlib_inflate
subdir-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate
+subdir-$(CONFIG_REED_SOLOMON) += reed_solomon
-
+
include $(TOPDIR)/drivers/net/Makefile.lib
include $(TOPDIR)/drivers/usb/Makefile.lib
Index: Makefile26-rs.diff
===================================================================
RCS file: /home/cvs/mtd/lib/Makefile26-rs.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile26-rs.diff 16 Sep 2004 23:58:56 -0000 1.1
+++ Makefile26-rs.diff 7 Nov 2005 11:14:58 -0000 1.2
@@ -1,10 +1,10 @@
--- linux-2.6.6.org/lib/Makefile 2004-05-10 04:31:59.000000000 +0200
+++ linux-2.6.6.mtd/lib/Makefile 2004-06-17 14:58:40.000000000 +0200
@@ -23,6 +23,7 @@
-
+
obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/
obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/
+obj-$(CONFIG_REED_SOLOMON) += reed_solomon/
-
+
host-progs := gen_crc32table
clean-files := crc32table.h
- Previous message: mtd/include/mtd inftl-user.h, 1.1, 1.2 mtd-abi.h, 1.12,
1.13 nftl-user.h, 1.1, 1.2
- Next message: mtd/lib/reed_solomon Makefile24, 1.2, 1.3 Makefile26, 1.2,
1.3 decode_rs.c, 1.6, 1.7 encode_rs.c, 1.4, 1.5 rslib.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list