summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index f97588f158..dd827d6d3f 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -102,6 +102,10 @@ else
102 include $(ROOTDIR)/uisimulator/uisimulator.make 102 include $(ROOTDIR)/uisimulator/uisimulator.make
103 endif 103 endif
104 104
105 ifneq (,$(findstring ypr0,$(APP_TYPE)))
106 include $(ROOTDIR)/firmware/target/hosted/ypr0/ypr0.make
107 endif
108
105 ifneq (,$(findstring android, $(APP_TYPE))) 109 ifneq (,$(findstring android, $(APP_TYPE)))
106 include $(ROOTDIR)/android/android.make 110 include $(ROOTDIR)/android/android.make
107 endif 111 endif