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 5ff920c..5ba321c 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -62,6 +62,8 @@ ifneq (,$(findstring bootloader,$(APPSDIR)))
else ifneq (,$(findstring bootbox,$(APPSDIR)))
BOOTBOXLDOPTS = -Wl,--gc-sections
include $(APPSDIR)/bootbox.make
+else ifneq (,$(findstring checkwps,$(APPSDIR)))
+ include $(APPSDIR)/checkwps.make
else
include $(APPSDIR)/apps.make
include $(APPSDIR)/lang/lang.make