summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/root.make b/tools/root.make
index 5ba321c952..e2525dc8df 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -54,8 +54,11 @@ all: $(DEPFILE) build
54# Subdir makefiles. their primary purpose is to populate SRC, OTHER_SRC & 54# Subdir makefiles. their primary purpose is to populate SRC, OTHER_SRC &
55# ASMDEFS_SRC but they also define special dependencies and compile rules 55# ASMDEFS_SRC but they also define special dependencies and compile rules
56include $(TOOLSDIR)/tools.make 56include $(TOOLSDIR)/tools.make
57include $(FIRMDIR)/firmware.make 57
58include $(ROOTDIR)/apps/bitmaps/bitmaps.make 58ifeq (,$(findstring checkwps,$(APPSDIR)))
59 include $(FIRMDIR)/firmware.make
60 include $(ROOTDIR)/apps/bitmaps/bitmaps.make
61endif
59 62
60ifneq (,$(findstring bootloader,$(APPSDIR))) 63ifneq (,$(findstring bootloader,$(APPSDIR)))
61 include $(APPSDIR)/bootloader.make 64 include $(APPSDIR)/bootloader.make