]> git.kernelconcepts.de Git - metawatch.git/blobdiff - Makefile
Add CRC16 with reverse bit order
[metawatch.git] / Makefile
index e605bc2106ac0e551207f2045946ea9deeb221f4..4024ec9402081f66b05937f17c5be29e2e1d02b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS = $(CCFLAGS)
 
 PRGNAME = metawatch
 
-MEMBERS = metawatch
+MEMBERS = metawatch crc16ccitt
 
 # no need to change anything below this line
 # ------------------------------------------