summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/puzzles/puzzles.make3
-rw-r--r--tools/root.make2
2 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/puzzles/puzzles.make b/apps/plugins/puzzles/puzzles.make
index b3f929ded4..604208cbdd 100644
--- a/apps/plugins/puzzles/puzzles.make
+++ b/apps/plugins/puzzles/puzzles.make
@@ -53,7 +53,8 @@ $(PUZZLES_SRCDIR)/rbcompat.h: $(APPSDIR)/plugin.h \
53 $(APPSDIR)/plugins/lib/pluginlib_exit.h \ 53 $(APPSDIR)/plugins/lib/pluginlib_exit.h \
54 $(BUILDDIR)/sysfont.h \ 54 $(BUILDDIR)/sysfont.h \
55 $(PUZZLES_SRCDIR)/rbassert.h \ 55 $(PUZZLES_SRCDIR)/rbassert.h \
56 $(TLSFLIB_DIR)/src/tlsf.h 56 $(TLSFLIB_DIR)/src/tlsf.h \
57 $(BUILDDIR)/lang_enum.h
57 58
58# special pattern rule for compiling puzzles with extra flags 59# special pattern rule for compiling puzzles with extra flags
59$(PUZZLES_OBJDIR)/%.o: $(PUZZLES_SRCDIR)/%.c $(PUZZLES_SRCDIR)/puzzles.make $(PUZZLES_SRCDIR)/rbcompat.h 60$(PUZZLES_OBJDIR)/%.o: $(PUZZLES_SRCDIR)/%.c $(PUZZLES_SRCDIR)/puzzles.make $(PUZZLES_SRCDIR)/rbcompat.h
diff --git a/tools/root.make b/tools/root.make
index 933fb516f7..72039335da 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -211,7 +211,7 @@ clean::
211 $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \ 211 $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \
212 make.dep rombox.elf rombox.map rombox.bin rombox.ucl romstart.txt \ 212 make.dep rombox.elf rombox.map rombox.bin rombox.ucl romstart.txt \
213 $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) \ 213 $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) \
214 rockbox.apk 214 rockbox.apk lang_enum.h rbversion.h
215 215
216#### linking the binaries: #### 216#### linking the binaries: ####
217 217