diff options
Diffstat (limited to 'tools/root.make')
| -rw-r--r-- | tools/root.make | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make index 4aff793..eda27b7 100644 --- a/tools/root.make +++ b/tools/root.make @@ -69,6 +69,11 @@ ifeq (,$(findstring checkwps,$(APPSDIR))) endif endif +#included before codecs.make and plugins.make so they see $(LIBSETJMP) +ifndef APP_TYPE + include $(ROOTDIR)/lib/libsetjmp/libsetjmp.make +endif + ifneq (,$(findstring bootloader,$(APPSDIR))) include $(APPSDIR)/bootloader.make else ifneq (,$(findstring bootbox,$(APPSDIR))) @@ -95,6 +100,7 @@ else ifdef APP_TYPE include $(ROOTDIR)/uisimulator/uisimulator.make endif + endif # bootloader OBJ := $(SRC:.c=.o) |