diff options
Diffstat (limited to 'apps/codecs/codecs.make')
| -rw-r--r-- | apps/codecs/codecs.make | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make index 4a73f333..142b257 100644 --- a/apps/codecs/codecs.make +++ b/apps/codecs/codecs.make @@ -99,8 +99,7 @@ $(CODECDIR)/%.codec: $(CODECDIR)/%.o $(filter %.a, $^) \ -lgcc $(CODECLDFLAGS) ifdef SIMVER - $(SILENT)$(shell cp $(CODECDIR)/$*.elf $@) + $(SILENT)cp $(CODECDIR)/$*.elf $@ else $(SILENT)$(OC) -O binary $(CODECDIR)/$*.elf $@ endif - |