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 fd42f9b6b2..3f5b4bca17 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -104,6 +104,8 @@ ifneq (,$(findstring bootloader,$(APPSDIR)))
104 include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make 104 include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make
105 else ifneq (,$(findstring xduoo,$(APP_TYPE))) 105 else ifneq (,$(findstring xduoo,$(APP_TYPE)))
106 include $(ROOTDIR)/firmware/target/hosted/xduoo/xduoo.make 106 include $(ROOTDIR)/firmware/target/hosted/xduoo/xduoo.make
107 else ifneq (,$(findstring erosq,$(APP_TYPE)))
108 include $(ROOTDIR)/firmware/target/hosted/aigo/erosq.make
107 else ifneq (,$(findstring fiio,$(APP_TYPE))) 109 else ifneq (,$(findstring fiio,$(APP_TYPE)))
108 include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make 110 include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make
109 else 111 else
@@ -156,6 +158,10 @@ else # core
156 include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make 158 include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make
157 endif 159 endif
158 160
161 ifneq (,$(findstring erosq,$(APP_TYPE)))
162 include $(ROOTDIR)/firmware/target/hosted/aigo/erosq.make
163 endif
164
159 ifneq (,$(findstring android_ndk, $(APP_TYPE))) 165 ifneq (,$(findstring android_ndk, $(APP_TYPE)))
160 include $(ROOTDIR)/firmware/target/hosted/ibasso/android_ndk.make 166 include $(ROOTDIR)/firmware/target/hosted/ibasso/android_ndk.make
161 else 167 else