summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-05-11 13:28:43 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-05-12 10:35:20 +0000
commit3f26fcf34001197ed267fa1ad549095aae49c88e (patch)
treec81ab3298a349d1156e905d467492b603236f74d /tools/root.make
parentcc22df198d0ccb64dfdfe0c2f247f7d86b7fd750 (diff)
downloadrockbox-3f26fcf34001197ed267fa1ad549095aae49c88e.tar.gz
rockbox-3f26fcf34001197ed267fa1ad549095aae49c88e.zip
FiiO M3K: New bootloaderbootloader_fiiom3k_v1
SPL and UCL-compressed bootloader are now packed into one output, bootloader.m3k, eliminating the separate SPL build phase. The Rockbox bootloader now has a recovery menu, accessible by holding VOL+ when booting, that lets you back up, restore, and update the bootloader from the device. Change-Id: I642c6e5fb83587a013ab2fbfd1adab439561ced2
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 70f81c0165..22834b3324 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -109,6 +109,8 @@ ifneq (,$(findstring bootloader,$(APPSDIR)))
109 include $(ROOTDIR)/firmware/target/hosted/aigo/erosq.make 109 include $(ROOTDIR)/firmware/target/hosted/aigo/erosq.make
110 else ifneq (,$(findstring fiio,$(APP_TYPE))) 110 else ifneq (,$(findstring fiio,$(APP_TYPE)))
111 include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make 111 include $(ROOTDIR)/firmware/target/hosted/fiio/fiio.make
112 else ifneq (,$(findstring ingenic_x1000,$(MANUFACTURER)))
113 include $(ROOTDIR)/firmware/target/mips/ingenic_x1000/x1000boot.make
112 else 114 else
113 include $(APPSDIR)/bootloader.make 115 include $(APPSDIR)/bootloader.make
114 endif 116 endif