VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Ferdinand Blomqvist <ferdinand.blomqvist@gmail.com> 2019-06-20 17:10:33 +0300 committer: Thomas Gleixner <tglx@linutronix.de> 2019-06-26 14:55:45 +0200 commit: 4b4f3accd80304781c648b26ce4d53df082a4087 parent: 4b972a01a7da614b4796475f933094751a295a2f
Commit Summary:
rslib: Add tests for the encoder and decoder
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/reed_solomon/Makefile b/lib/reed_solomon/Makefile
index ba9d7a3329eb..5d4fa68f26cb 100644
--- a/lib/reed_solomon/Makefile
+++ b/lib/reed_solomon/Makefile
@@ -4,4 +4,4 @@
 #
 
 obj-$(CONFIG_REED_SOLOMON) += reed_solomon.o
-
+obj-$(CONFIG_REED_SOLOMON_TEST) += test_rslib.o