diff options
Diffstat (limited to 'tools/root.make')
-rw-r--r-- | tools/root.make | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make index b588e0f8b1..fd42f9b6b2 100644 --- a/tools/root.make +++ b/tools/root.make @@ -104,6 +104,8 @@ ifneq (,$(findstring bootloader,$(APPSDIR))) include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make else ifneq (,$(findstring xduoo,$(APP_TYPE))) include $(ROOTDIR)/firmware/target/hosted/xduoo/xduoo.make + else ifneq (,$(findstring fiio,$(APP_TYPE))) + include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make else include $(APPSDIR)/bootloader.make endif @@ -150,6 +152,10 @@ else # core include $(ROOTDIR)/firmware/target/hosted/xduoo/xduoo.make endif + ifneq (,$(findstring fiio,$(APP_TYPE))) + include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make + endif + ifneq (,$(findstring android_ndk, $(APP_TYPE))) include $(ROOTDIR)/firmware/target/hosted/ibasso/android_ndk.make else |