From 8bff564a7cdcb6ced582720ddf16626910ee9697 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 21 Aug 2009 20:28:26 +0000 Subject: Forgot a file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22457 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 2 ++ 1 file changed, 2 insertions(+) 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))) 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 -- cgit v1.2.3