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, 5 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index eda27b77c0..3d19e6287e 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -97,9 +97,13 @@ else
97 include $(APPSDIR)/plugins/plugins.make 97 include $(APPSDIR)/plugins/plugins.make
98 endif 98 endif
99 99
100 ifdef APP_TYPE 100 ifneq (,$(findstring sdl,$(APP_TYPE)))
101 include $(ROOTDIR)/uisimulator/uisimulator.make 101 include $(ROOTDIR)/uisimulator/uisimulator.make
102 endif 102 endif
103
104 ifneq (,$(findstring android, $(APP_TYPE)))
105 include $(ROOTDIR)/android/android.make
106 endif
103 107
104endif # bootloader 108endif # bootloader
105 109