summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/root.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/root.make b/tools/root.make
index e42be044fc..4a1aaaf8d8 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -63,9 +63,9 @@ all: $(DEPFILE) build
63# dependencies and compile rules 63# dependencies and compile rules
64include $(TOOLSDIR)/tools.make 64include $(TOOLSDIR)/tools.make
65 65
66ifneq (,$(findstring checkwps,$(APP_TYPE))) 66ifeq (,$(findstring checkwps,$(APP_TYPE)))
67 ifneq (,$(findstring database,$(APP_TYPE))) 67 ifeq (,$(findstring database,$(APP_TYPE)))
68 ifneq (,$(findstring warble,$(APP_TYPE))) 68 ifeq (,$(findstring warble,$(APP_TYPE)))
69 include $(FIRMDIR)/firmware.make 69 include $(FIRMDIR)/firmware.make
70 include $(ROOTDIR)/apps/bitmaps/bitmaps.make 70 include $(ROOTDIR)/apps/bitmaps/bitmaps.make
71 ifeq (,$(findstring bootloader,$(APPSDIR))) 71 ifeq (,$(findstring bootloader,$(APPSDIR)))