summaryrefslogtreecommitdiffstats
path: root/linux-2.4.x/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.4.x/lib/Makefile')
-rw-r--r--linux-2.4.x/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-2.4.x/lib/Makefile b/linux-2.4.x/lib/Makefile
index 82067c9..237da86 100644
--- a/linux-2.4.x/lib/Makefile
+++ b/linux-2.4.x/lib/Makefile
@@ -22,6 +22,7 @@ endif
subdir-$(CONFIG_ZLIB_INFLATE) += zlib_inflate
subdir-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate
+subdir-$(CONFIG_REED_SOLOMON) += reed_solomon
# Include the subdirs, if necessary.
obj-y += $(join $(subdir-y),$(subdir-y:%=/%.o))