summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/root.make b/tools/root.make
index 74279064bf..3231b73053 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -87,11 +87,13 @@ ifneq (,$(findstring bootloader,$(APPSDIR)))
87else ifneq (,$(findstring bootbox,$(APPSDIR))) 87else ifneq (,$(findstring bootbox,$(APPSDIR)))
88 BOOTBOXLDOPTS = -Wl,--gc-sections 88 BOOTBOXLDOPTS = -Wl,--gc-sections
89 include $(APPSDIR)/bootbox.make 89 include $(APPSDIR)/bootbox.make
90else ifneq (,$(findstring checkwps,$(APPSDIR))) 90else ifneq (,$(findstring checkwps,$(APP_TYPE)))
91 include $(APPSDIR)/checkwps.make 91 include $(APPSDIR)/checkwps.make
92 include $(ROOTDIR)/lib/skin_parser/skin_parser.make 92 include $(ROOTDIR)/lib/skin_parser/skin_parser.make
93else ifneq (,$(findstring database,$(APPSDIR))) 93else ifneq (,$(findstring database,$(APP_TYPE)))
94 include $(APPSDIR)/database.make 94 include $(APPSDIR)/database.make
95else ifneq (,$(findstring warble,$(APP_TYPE)))
96 include $(ROOTDIR)/lib/rbcodec/test/warble.make
95else 97else
96 include $(APPSDIR)/apps.make 98 include $(APPSDIR)/apps.make
97 include $(APPSDIR)/lang/lang.make 99 include $(APPSDIR)/lang/lang.make