diff options
Diffstat (limited to 'flash')
| -rw-r--r-- | flash/bootbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash/bootbox/Makefile b/flash/bootbox/Makefile index 2767820..e08c26f 100644 --- a/flash/bootbox/Makefile +++ b/flash/bootbox/Makefile @@ -82,6 +82,6 @@ clean: @echo "cleaning bootbox" @-rm -f $(OBJS) $(BUILDDIR)/$(BINARY) $(OBJDIR)/bootbox.asm $(OBJDIR)/rockbox.ucl \ $(OBJDIR)/bootbox.bin $(OBJDIR)/bootbox.elf $(OBJDIR)/*.map \ - $(LINKFILE) $(MAXOUTFILE) $(DEPFILE) + $(LINKFILE) $(MAXOUTFILE) $(DEPFILE) $(FLASHFILE) -include $(DEPFILE) |