diff options
Diffstat (limited to 'tools/root.make')
| -rw-r--r-- | tools/root.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/root.make b/tools/root.make index 30e3b3f..0fc6c55 100644 --- a/tools/root.make +++ b/tools/root.make @@ -220,10 +220,10 @@ $(BUILDDIR)/rombox.elf : $$(OBJ) $(FIRMLIB) $(VOICESPEEXLIB) $(CORE_LIBS) $$(LIN -T$(LINKROM) -Wl,-Map,$(BUILDDIR)/rombox.map $(BUILDDIR)/rockbox.bin : $(BUILDDIR)/rockbox.elf - $(call PRINTS,OC $(@F))$(OC) $(if $(filter yes, $(USE_ELF)), -S -x, -O binary) $< $@ + $(call PRINTS,OC $(@F))$(call objcopy,$<,$@) $(BUILDDIR)/rombox.bin : $(BUILDDIR)/rombox.elf - $(call PRINTS,OC $(@F))$(OC) -O binary $< $@ + $(call PRINTS,OC $(@F))$(call objcopy,$<,$@) # # If there's a flashfile defined for this target (rockbox.ucl for Archos |