summaryrefslogtreecommitdiff
path: root/flash/bootbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'flash/bootbox/Makefile')
-rw-r--r--flash/bootbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash/bootbox/Makefile b/flash/bootbox/Makefile
index 276782053f..e08c26f53e 100644
--- a/flash/bootbox/Makefile
+++ b/flash/bootbox/Makefile
@@ -82,6 +82,6 @@ clean:
82 @echo "cleaning bootbox" 82 @echo "cleaning bootbox"
83 @-rm -f $(OBJS) $(BUILDDIR)/$(BINARY) $(OBJDIR)/bootbox.asm $(OBJDIR)/rockbox.ucl \ 83 @-rm -f $(OBJS) $(BUILDDIR)/$(BINARY) $(OBJDIR)/bootbox.asm $(OBJDIR)/rockbox.ucl \
84 $(OBJDIR)/bootbox.bin $(OBJDIR)/bootbox.elf $(OBJDIR)/*.map \ 84 $(OBJDIR)/bootbox.bin $(OBJDIR)/bootbox.elf $(OBJDIR)/*.map \
85 $(LINKFILE) $(MAXOUTFILE) $(DEPFILE) 85 $(LINKFILE) $(MAXOUTFILE) $(DEPFILE) $(FLASHFILE)
86 86
87-include $(DEPFILE) 87-include $(DEPFILE)