summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/codecs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make
index b31958a088..4a73f333ac 100644
--- a/apps/codecs/codecs.make
+++ b/apps/codecs/codecs.make
@@ -99,7 +99,7 @@ $(CODECDIR)/%.codec: $(CODECDIR)/%.o
99 $(filter %.a, $^) \ 99 $(filter %.a, $^) \
100 -lgcc $(CODECLDFLAGS) 100 -lgcc $(CODECLDFLAGS)
101ifdef SIMVER 101ifdef SIMVER
102 $(SILENT)$(shell cp $(BUILDDIR)/$*.elf $@) 102 $(SILENT)$(shell cp $(CODECDIR)/$*.elf $@)
103else 103else
104 $(SILENT)$(OC) -O binary $(CODECDIR)/$*.elf $@ 104 $(SILENT)$(OC) -O binary $(CODECDIR)/$*.elf $@
105endif 105endif