summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 441f95455c..e53c452022 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -54,10 +54,10 @@ 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
58 57
59ifeq (,$(findstring checkwps,$(APPSDIR))) 58ifeq (,$(findstring checkwps,$(APPSDIR)))
60 ifeq (,$(findstring database,$(APPSDIR))) 59 ifeq (,$(findstring database,$(APPSDIR)))
60 include $(FIRMDIR)/firmware.make
61 include $(ROOTDIR)/lib/skin_parser/skin_parser.make 61 include $(ROOTDIR)/lib/skin_parser/skin_parser.make
62 include $(ROOTDIR)/apps/bitmaps/bitmaps.make 62 include $(ROOTDIR)/apps/bitmaps/bitmaps.make
63 endif 63 endif