Raw File
#
# This is a modified version of reed solomon lib, 
#

obj-$(CONFIG_REED_SOLOMON) += reed_solomon.o

back to top