summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-04-30 17:47:48 -0400
committerFranklin Wei <git@fwei.tk>2017-04-30 18:33:55 -0400
commitecd7c72254d80369e1ee1745e7b2d28fdffd8562 (patch)
treeea2bce855be471b3768ec62321100e1768d1f4e2 /apps
parent078d52c290131fbc85f0ca4f59555c2ac287de6e (diff)
downloadrockbox-ecd7c72254d80369e1ee1745e7b2d28fdffd8562.tar.gz
rockbox-ecd7c72254d80369e1ee1745e7b2d28fdffd8562.zip
add rule for rbcompat.h
Change-Id: Icb7320f9233f2c121a8487d5b5c4cbcb483e9345
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/puzzles/puzzles.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/puzzles.make b/apps/plugins/puzzles/puzzles.make
index 773e737ee2..ae61ff26f9 100644
--- a/apps/plugins/puzzles/puzzles.make
+++ b/apps/plugins/puzzles/puzzles.make
@@ -81,7 +81,7 @@ $(PUZZLES_OBJDIR)/sgt-%.rock: $(PUZZLES_OBJDIR)/src/%.o $(PUZZLES_SHARED_OBJ) $(
81 $(SILENT)$(call objcopy,$(PUZZLES_OBJDIR)/$*.elf,$@) 81 $(SILENT)$(call objcopy,$(PUZZLES_OBJDIR)/$*.elf,$@)
82endif 82endif
83 83
84$(PUZZLES_SRCDIR)/rbcompat.h: $(APPSDIR)/plugin.h $(BUILDDIR)/sysfont.h $(PUZZLES_SRCDIR)/rbassert.h 84$(PUZZLES_SRCDIR)/rbcompat.h: $(APPSDIR)/plugin.h $(BUILDDIR)/sysfont.h $(PUZZLES_SRCDIR)/rbassert.h $(APPSDIR)/plugins/lib/pluginlib_exit.h $(TLSFLIB_DIR)/src/tlsf.h
85 85
86# special pattern rule for compiling puzzles with extra flags 86# special pattern rule for compiling puzzles with extra flags
87$(PUZZLES_OBJDIR)/%.o: $(PUZZLES_SRCDIR)/%.c $(PUZZLES_SRCDIR)/puzzles.make $(PUZZLES_SRCDIR)/rbcompat.h 87$(PUZZLES_OBJDIR)/%.o: $(PUZZLES_SRCDIR)/%.c $(PUZZLES_SRCDIR)/puzzles.make $(PUZZLES_SRCDIR)/rbcompat.h