mtd/lib/reed_solomon Makefile24, NONE, 1.1 Makefile26, NONE, 1.1 decode_rs.c, NONE, 1.1 encode_rs.c, NONE, 1.1 rslib.c, NONE, 1.1

gleixner at infradead.org gleixner at infradead.org
Thu Sep 16 19:58:59 EDT 2004


Update of /home/cvs/mtd/lib/reed_solomon
In directory phoenix.infradead.org:/tmp/cvs-serv7936/lib/reed_solomon

Added Files:
	Makefile24 Makefile26 decode_rs.c encode_rs.c rslib.c 
Log Message:
Reed somolon lib import. Will vanish away once it is accepted upstream

--- NEW FILE Makefile24 ---
#
# This is a modified version of reed solomon lib, 
#

O_TARGET:= rs_lib.o	

export-objs := rslib.o

obj-y := rslib.o
obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make

--- NEW FILE Makefile26 ---
#
# This is a modified version of reed solomon lib, 
#

obj-$(CONFIG_REED_SOLOMON) += rslib.o


***** Error reading new file: [Errno 2] No such file or directory: 'decode_rs.c'
***** Error reading new file: [Errno 2] No such file or directory: 'encode_rs.c'
***** Error reading new file: [Errno 2] No such file or directory: 'rslib.c'




More information about the linux-mtd-cvs mailing list