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, 6 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 4aff793abc..eda27b77c0 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -69,6 +69,11 @@ ifeq (,$(findstring checkwps,$(APPSDIR)))
69 endif 69 endif
70endif 70endif
71 71
72#included before codecs.make and plugins.make so they see $(LIBSETJMP)
73ifndef APP_TYPE
74 include $(ROOTDIR)/lib/libsetjmp/libsetjmp.make
75endif
76
72ifneq (,$(findstring bootloader,$(APPSDIR))) 77ifneq (,$(findstring bootloader,$(APPSDIR)))
73 include $(APPSDIR)/bootloader.make 78 include $(APPSDIR)/bootloader.make
74else ifneq (,$(findstring bootbox,$(APPSDIR))) 79else ifneq (,$(findstring bootbox,$(APPSDIR)))
@@ -95,6 +100,7 @@ else
95 ifdef APP_TYPE 100 ifdef APP_TYPE
96 include $(ROOTDIR)/uisimulator/uisimulator.make 101 include $(ROOTDIR)/uisimulator/uisimulator.make
97 endif 102 endif
103
98endif # bootloader 104endif # bootloader
99 105
100OBJ := $(SRC:.c=.o) 106OBJ := $(SRC:.c=.o)