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, 6 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 72039335da..412dbbc97b 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -105,6 +105,8 @@ ifneq (,$(findstring bootloader,$(APPSDIR)))
105 include $(ROOTDIR)/firmware/target/hosted/sonynwz/sonynwz.make 105 include $(ROOTDIR)/firmware/target/hosted/sonynwz/sonynwz.make
106 else ifneq (,$(findstring rocker,$(APP_TYPE))) 106 else ifneq (,$(findstring rocker,$(APP_TYPE)))
107 include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make 107 include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make
108 else ifneq (,$(findstring xduoo,$(APP_TYPE)))
109 include $(ROOTDIR)/firmware/target/hosted/xduoo/xduoo.make
108 else 110 else
109 include $(APPSDIR)/bootloader.make 111 include $(APPSDIR)/bootloader.make
110 endif 112 endif
@@ -149,6 +151,10 @@ else # core
149 include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make 151 include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make
150 endif 152 endif
151 153
154 ifneq (,$(findstring xduoo,$(APP_TYPE)))
155 include $(ROOTDIR)/firmware/target/hosted/xduoo/xduoo.make
156 endif
157
152 ifneq (,$(findstring android_ndk, $(APP_TYPE))) 158 ifneq (,$(findstring android_ndk, $(APP_TYPE)))
153 include $(ROOTDIR)/firmware/target/hosted/ibasso/android_ndk.make 159 include $(ROOTDIR)/firmware/target/hosted/ibasso/android_ndk.make
154 else 160 else