summaryrefslogtreecommitdiff
path: root/apps/codecs/librm
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/librm')
-rw-r--r--apps/codecs/librm/librm.make7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/codecs/librm/librm.make b/apps/codecs/librm/librm.make
index 99d89cdab7..7f2c34c9ac 100644
--- a/apps/codecs/librm/librm.make
+++ b/apps/codecs/librm/librm.make
@@ -16,10 +16,3 @@ OTHER_SRC += $(RMLIB_SRC)
16$(RMLIB): $(RMLIB_OBJ) 16$(RMLIB): $(RMLIB_OBJ)
17 $(SILENT)$(shell rm -f $@) 17 $(SILENT)$(shell rm -f $@)
18 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null 18 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
19
20RMFLAGS = $(filter-out -O%,$(CODECFLAGS))
21RMFLAGS += -O3
22
23$(CODECDIR)/librm/%.o: $(ROOTDIR)/apps/codecs/librm/%.c
24 $(SILENT)mkdir -p $(dir $@)
25 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(RMFLAGS) -c $< -o $@