summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/root.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 5ff920c20d..5ba321c952 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -62,6 +62,8 @@ ifneq (,$(findstring bootloader,$(APPSDIR)))
62else ifneq (,$(findstring bootbox,$(APPSDIR))) 62else ifneq (,$(findstring bootbox,$(APPSDIR)))
63 BOOTBOXLDOPTS = -Wl,--gc-sections 63 BOOTBOXLDOPTS = -Wl,--gc-sections
64 include $(APPSDIR)/bootbox.make 64 include $(APPSDIR)/bootbox.make
65else ifneq (,$(findstring checkwps,$(APPSDIR)))
66 include $(APPSDIR)/checkwps.make
65else 67else
66 include $(APPSDIR)/apps.make 68 include $(APPSDIR)/apps.make
67 include $(APPSDIR)/lang/lang.make 69 include $(APPSDIR)/lang/lang.make