From 180cef835bf40d0081895773aaa637ac926bb0ac Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 5 Nov 2018 13:01:55 +0100 Subject: xDuoo X3II and X20 port Provided by Roman Stolyarov Integration, Refactoring, and Upstreaming by Solomon Peachy X3II confirmed working by forum tester, X20 is nearly identical. This includes bootloader, main firmware, and the flash image patcher. Eventual Todo: * Further refactor AGPTek Rocker & xduoo hiby bootloaders * Further refactor AGPTek Rocker & xduoo hosted platform code Change-Id: I34a674051d368efcc75d1d18c725971fe46c3eee --- tools/root.make | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/root.make') 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))) include $(ROOTDIR)/firmware/target/hosted/sonynwz/sonynwz.make else ifneq (,$(findstring rocker,$(APP_TYPE))) include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make + else ifneq (,$(findstring xduoo,$(APP_TYPE))) + include $(ROOTDIR)/firmware/target/hosted/xduoo/xduoo.make else include $(APPSDIR)/bootloader.make endif @@ -149,6 +151,10 @@ else # core include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make endif + ifneq (,$(findstring xduoo,$(APP_TYPE))) + include $(ROOTDIR)/firmware/target/hosted/xduoo/xduoo.make + endif + ifneq (,$(findstring android_ndk, $(APP_TYPE))) include $(ROOTDIR)/firmware/target/hosted/ibasso/android_ndk.make else -- cgit v1.2.3