summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/root.make b/tools/root.make
index 256d25c1df..c8c4eb4f89 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -62,8 +62,8 @@ endif
62all: $(DEPFILE) build 62all: $(DEPFILE) build
63 63
64# Subdir makefiles. their primary purpose is to populate SRC, OTHER_SRC, 64# Subdir makefiles. their primary purpose is to populate SRC, OTHER_SRC,
65# ASMDEFS_SRC, CORE_LIBS and EXTRA_LIBS. But they also define special 65# ASMDEFS_SRC and CORE_LIBS. But they also define special dependencies and
66# dependencies and compile rules 66# compile rules
67include $(TOOLSDIR)/tools.make 67include $(TOOLSDIR)/tools.make
68 68
69ifeq (,$(findstring checkwps,$(APP_TYPE))) 69ifeq (,$(findstring checkwps,$(APP_TYPE)))
@@ -71,7 +71,7 @@ ifeq (,$(findstring checkwps,$(APP_TYPE)))
71 ifeq (,$(findstring warble,$(APP_TYPE))) 71 ifeq (,$(findstring warble,$(APP_TYPE)))
72 include $(FIRMDIR)/firmware.make 72 include $(FIRMDIR)/firmware.make
73 include $(ROOTDIR)/apps/bitmaps/bitmaps.make 73 include $(ROOTDIR)/apps/bitmaps/bitmaps.make
74 ifeq (,$(findstring bootloader,$(APPSDIR))) 74 ifeq (,$(findstring bootloader,$(APPSDIR)))
75 include $(ROOTDIR)/lib/skin_parser/skin_parser.make 75 include $(ROOTDIR)/lib/skin_parser/skin_parser.make
76 include $(ROOTDIR)/lib/tlsf/libtlsf.make 76 include $(ROOTDIR)/lib/tlsf/libtlsf.make
77 endif 77 endif