diff options
Diffstat (limited to 'tools/root.make')
| -rw-r--r-- | tools/root.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make index dcdbba2..20e1ce3 100644 --- a/tools/root.make +++ b/tools/root.make @@ -128,6 +128,10 @@ else # core include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr0/ypr0.make endif + ifneq (,$(findstring ypr1,$(APP_TYPE))) + include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr1/ypr1.make + endif + ifneq (,$(findstring android, $(APP_TYPE))) include $(ROOTDIR)/android/android.make endif |