diff options
Diffstat (limited to 'firmware/target/hosted/ypr0/ypr0.make')
-rw-r--r-- | firmware/target/hosted/ypr0/ypr0.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/ypr0/ypr0.make b/firmware/target/hosted/ypr0/ypr0.make index 68f53902ad..d0f4cb7fe2 100644 --- a/firmware/target/hosted/ypr0/ypr0.make +++ b/firmware/target/hosted/ypr0/ypr0.make | |||
@@ -21,4 +21,4 @@ $(BUILDDIR)/rockbox.elf : $$(OBJ) $(FIRMLIB) $(VOICESPEEXLIB) $(CORE_LIBS) | |||
21 | $(LDOPTS) $(GLOBAL_LDOPTS) -Wl,-Map,$(BUILDDIR)/rockbox.map | 21 | $(LDOPTS) $(GLOBAL_LDOPTS) -Wl,-Map,$(BUILDDIR)/rockbox.map |
22 | 22 | ||
23 | $(BUILDDIR)/rockbox : $(BUILDDIR)/rockbox.elf | 23 | $(BUILDDIR)/rockbox : $(BUILDDIR)/rockbox.elf |
24 | $(call PRINTS,OC $(@F))$(OC) -S -x $< $@ | 24 | $(call PRINTS,OC $(@F))$(call objcopy,$^,$@) |