summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/agptek/rocker.make
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/agptek/rocker.make')
-rw-r--r--firmware/target/hosted/agptek/rocker.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/agptek/rocker.make b/firmware/target/hosted/agptek/rocker.make
index dd6be88f57..d159db77f3 100644
--- a/firmware/target/hosted/agptek/rocker.make
+++ b/firmware/target/hosted/agptek/rocker.make
@@ -43,7 +43,7 @@ $(BUILDDIR)/rockbox.elf : $$(OBJ) $(FIRMLIB) $(VOICESPEEXLIB) $(CORE_LIBS)
43 -L$(BUILDDIR)/lib $(call a2lnk,$(CORE_LIBS)) \ 43 -L$(BUILDDIR)/lib $(call a2lnk,$(CORE_LIBS)) \
44 $(LDOPTS) $(GLOBAL_LDOPTS) -Wl,-Map,$(BUILDDIR)/rockbox.map 44 $(LDOPTS) $(GLOBAL_LDOPTS) -Wl,-Map,$(BUILDDIR)/rockbox.map
45 45
46$(BUILDDIR)/rockbox.rocker : $(BUILDDIR)/rockbox.elf 46$(BUILDDIR)/$(BINARY): $(BUILDDIR)/rockbox.elf
47 $(call PRINTS,OC $(@F))$(call objcopy,$^,$@) 47 $(call PRINTS,OC $(@F))$(call objcopy,$^,$@)
48 48
49endif 49endif