diff options
Diffstat (limited to 'apps/plugins/pdbox/pdbox.make')
| -rw-r--r-- | apps/plugins/pdbox/pdbox.make | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/plugins/pdbox/pdbox.make b/apps/plugins/pdbox/pdbox.make index 239e1c0..3edc97e 100644 --- a/apps/plugins/pdbox/pdbox.make +++ b/apps/plugins/pdbox/pdbox.make @@ -36,10 +36,6 @@ $(PDBOXBUILDDIR)/pdbox.rock: $(filter %.o, $^) \ $(filter %.a, $+) \ -lgcc $(PDBOXLDFLAGS) -ifdef APP_TYPE - $(SILENT)cp $*.elf $@ -else - $(SILENT)$(OC) -O binary $*.elf $@ -endif + $(SILENT)$(call objcopy,$*.elf,$@) |