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 dcdbba23c1..20e1ce3b53 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -128,6 +128,10 @@ else # core
128 include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr0/ypr0.make 128 include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr0/ypr0.make
129 endif 129 endif
130 130
131 ifneq (,$(findstring ypr1,$(APP_TYPE)))
132 include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr1/ypr1.make
133 endif
134
131 ifneq (,$(findstring android, $(APP_TYPE))) 135 ifneq (,$(findstring android, $(APP_TYPE)))
132 include $(ROOTDIR)/android/android.make 136 include $(ROOTDIR)/android/android.make
133 endif 137 endif