summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/codecs.make3
-rw-r--r--apps/plugins/plugins.make2
2 files changed, 2 insertions, 3 deletions
diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make
index 4a73f333ac..142b25789c 100644
--- a/apps/codecs/codecs.make
+++ b/apps/codecs/codecs.make
@@ -99,8 +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 $(CODECDIR)/$*.elf $@) 102 $(SILENT)cp $(CODECDIR)/$*.elf $@
103else 103else
104 $(SILENT)$(OC) -O binary $(CODECDIR)/$*.elf $@ 104 $(SILENT)$(OC) -O binary $(CODECDIR)/$*.elf $@
105endif 105endif
106
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index bb77f7de6c..1efd513396 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -74,7 +74,7 @@ $(BUILDDIR)/%.rock: $(BUILDDIR)/%.o $(PLUGINLINK_LDS)
74 $(filter %.a, $^) \ 74 $(filter %.a, $^) \
75 -lgcc $(PLUGINLDFLAGS) 75 -lgcc $(PLUGINLDFLAGS)
76ifdef SIMVER 76ifdef SIMVER
77 $(SILENT)$(shell cp $(BUILDDIR)/$*.elf $@) 77 $(SILENT)cp $(BUILDDIR)/$*.elf $@
78else 78else
79 $(SILENT)$(OC) -O binary $(BUILDDIR)/$*.elf $@ 79 $(SILENT)$(OC) -O binary $(BUILDDIR)/$*.elf $@
80endif \ No newline at end of file 80endif \ No newline at end of file