summaryrefslogtreecommitdiffstats
path: root/linux-2.4.x/lib/reed_solomon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.4.x/lib/reed_solomon/Makefile')
-rw-r--r--linux-2.4.x/lib/reed_solomon/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux-2.4.x/lib/reed_solomon/Makefile b/linux-2.4.x/lib/reed_solomon/Makefile
new file mode 100644
index 0000000..0d623aa
--- /dev/null
+++ b/linux-2.4.x/lib/reed_solomon/Makefile
@@ -0,0 +1,12 @@
+#
+# This is a modified version of reed solomon lib,
+#
+
+O_TARGET:= reed_solomon.o
+
+export-objs := rslib.o
+
+obj-y := rslib.o
+obj-m := $(O_TARGET)
+
+include $(TOPDIR)/Rules.make