summaryrefslogtreecommitdiff
path: root/apps/codecs/codecs.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/codecs.make')
-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 b31958a..4a73f333 100644
--- a/apps/codecs/codecs.make
+++ b/apps/codecs/codecs.make
@@ -99,7 +99,7 @@ $(CODECDIR)/%.codec: $(CODECDIR)/%.o
$(filter %.a, $^) \
-lgcc $(CODECLDFLAGS)
ifdef SIMVER
- $(SILENT)$(shell cp $(BUILDDIR)/$*.elf $@)
+ $(SILENT)$(shell cp $(CODECDIR)/$*.elf $@)
else
$(SILENT)$(OC) -O binary $(CODECDIR)/$*.elf $@
endif