diff options
Diffstat (limited to 'apps/plugins/zxbox/zxbox.make')
-rw-r--r-- | apps/plugins/zxbox/zxbox.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/zxbox.make b/apps/plugins/zxbox/zxbox.make index a04801aa31..4638d5f0a2 100644 --- a/apps/plugins/zxbox/zxbox.make +++ b/apps/plugins/zxbox/zxbox.make | |||
@@ -45,7 +45,7 @@ $(ZXBOX_OBJDIR)/zxbox.ovl: $(ZXBOX_OBJ) $(ZXBOX_OUTLDS) | |||
45 | $(filter %.o, $^) \ | 45 | $(filter %.o, $^) \ |
46 | $(filter %.a, $+) \ | 46 | $(filter %.a, $+) \ |
47 | -lgcc $(ZXBOX_LDFLAGS) | 47 | -lgcc $(ZXBOX_LDFLAGS) |
48 | $(call PRINTS,LD $(@F))$(OC) -O binary $(basename $@).elf $@ | 48 | $(call PRINTS,LD $(@F))$(call objcopy,$(basename $@).elf,$@) |
49 | 49 | ||
50 | # special pattern rule for compiling zxbox with extra flags | 50 | # special pattern rule for compiling zxbox with extra flags |
51 | $(ZXBOX_OBJDIR)/%.o: $(ZXBOX_SRCDIR)/%.c $(ZXBOX_SRCDIR)/zxbox.make | 51 | $(ZXBOX_OBJDIR)/%.o: $(ZXBOX_SRCDIR)/%.c $(ZXBOX_SRCDIR)/zxbox.make |