summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/checkwps/checkwps.make4
-rw-r--r--tools/root.make1
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make
index 646b59ef5d..8e183950be 100644
--- a/tools/checkwps/checkwps.make
+++ b/tools/checkwps/checkwps.make
@@ -27,11 +27,9 @@ INCLUDES = -I$(ROOTDIR)/apps/gui \
27 -I$(APPSDIR) \ 27 -I$(APPSDIR) \
28 -I$(BUILDDIR) 28 -I$(BUILDDIR)
29 29
30include $(ROOTDIR)/lib/skin_parser/skin_parser.make
31
32.SECONDEXPANSION: # $$(OBJ) is not populated until after this 30.SECONDEXPANSION: # $$(OBJ) is not populated until after this
33 31
34$(BUILDDIR)/$(BINARY): $$(CHECKWPS_OBJ) $(CORE_LIBS) 32$(BUILDDIR)/$(BINARY): $$(CHECKWPS_OBJ) $$(CORE_LIBS)
35 @echo LD $(BINARY) 33 @echo LD $(BINARY)
36 $(SILENT)$(HOSTCC) -o $@ $+ $(INCLUDE) $(GCCOPTS) \ 34 $(SILENT)$(HOSTCC) -o $@ $+ $(INCLUDE) $(GCCOPTS) \
37 -L$(BUILDDIR)/lib $(call a2lnk,$(CORE_LIBS)) 35 -L$(BUILDDIR)/lib $(call a2lnk,$(CORE_LIBS))
diff --git a/tools/root.make b/tools/root.make
index 4a8d2adf16..032daf5a1c 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -92,6 +92,7 @@ else ifneq (,$(findstring bootbox,$(APPSDIR)))
92 include $(APPSDIR)/bootbox.make 92 include $(APPSDIR)/bootbox.make
93else ifneq (,$(findstring checkwps,$(APP_TYPE))) 93else ifneq (,$(findstring checkwps,$(APP_TYPE)))
94 include $(APPSDIR)/checkwps.make 94 include $(APPSDIR)/checkwps.make
95 include $(ROOTDIR)/lib/skin_parser/skin_parser.make
95else ifneq (,$(findstring database,$(APP_TYPE))) 96else ifneq (,$(findstring database,$(APP_TYPE)))
96 include $(APPSDIR)/database.make 97 include $(APPSDIR)/database.make
97else ifneq (,$(findstring warble,$(APP_TYPE))) 98else ifneq (,$(findstring warble,$(APP_TYPE)))