summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/codecs/cRSID/cRSID.make
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/cRSID/cRSID.make')
-rw-r--r--lib/rbcodec/codecs/cRSID/cRSID.make16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/cRSID/cRSID.make b/lib/rbcodec/codecs/cRSID/cRSID.make
new file mode 100644
index 0000000000..2d5acb8b20
--- /dev/null
+++ b/lib/rbcodec/codecs/cRSID/cRSID.make
@@ -0,0 +1,16 @@
+# __________ __ ___.
+# Open \______ \ ____ ____ | | _\_ |__ _______ ___
+# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
+# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
+# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
+# \/ \/ \/ \/ \/
+
+# cRSID
+CRSID := $(CODECDIR)/cRSID.a
+CRSID_SRC := $(call preprocess, $(RBCODECLIB_DIR)/codecs/cRSID/SOURCES)
+CRSID_OBJ := $(call c2obj, $(CRSID_SRC))
+OTHER_SRC += $(CRSID_SRC)
+
+$(CRSID): $(CRSID_OBJ)
+ $(SILENT)$(shell rm -f $@)
+ $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null