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 $(filter %.a, $^) \ -lgcc $(CODECLDFLAGS) ifdef SIMVER - $(SILENT)$(shell cp $(BUILDDIR)/$*.elf $@) + $(SILENT)$(shell cp $(CODECDIR)/$*.elf $@) else $(SILENT)$(OC) -O binary $(CODECDIR)/$*.elf $@ endif