summaryrefslogtreecommitdiffstats
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 17:49:05 -0400
commiteef3e4080b5ba16b241e07b1362a2255be2b6d16 (patch)
treeea2bce855be471b3768ec62321100e1768d1f4e2
parent3c3fe1003e575b214b7ecd32f35e0ad0f64d2b6e (diff)
downloadrockbox-eef3e4080b5ba16b241e07b1362a2255be2b6d16.tar.gz
rockbox-eef3e4080b5ba16b241e07b1362a2255be2b6d16.zip
add rule for rbcompat.h
Change-Id: Icb7320f9233f2c121a8487d5b5c4cbcb483e9345
-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) $(
$(SILENT)$(call objcopy,$(PUZZLES_OBJDIR)/$*.elf,$@)
endif
-$(PUZZLES_SRCDIR)/rbcompat.h: $(APPSDIR)/plugin.h $(BUILDDIR)/sysfont.h $(PUZZLES_SRCDIR)/rbassert.h
+$(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
# special pattern rule for compiling puzzles with extra flags
$(PUZZLES_OBJDIR)/%.o: $(PUZZLES_SRCDIR)/%.c $(PUZZLES_SRCDIR)/puzzles.make $(PUZZLES_SRCDIR)/rbcompat.h