summaryrefslogtreecommitdiff
path: root/bootloader/SOURCES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-03-05 09:40:57 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-03-12 18:25:10 +0000
commited897d1359bcf09692746d2b8b31fcbd2da95b58 (patch)
tree573f89a49576426596bad8a96e9644521c79d3ac /bootloader/SOURCES
parent5bdb2fccdb9846e75e499593c6183346eca3e660 (diff)
downloadrockbox-ed897d1359bcf09692746d2b8b31fcbd2da95b58.tar.gz
rockbox-ed897d1359bcf09692746d2b8b31fcbd2da95b58.zip
x1000: bootloader: move the main function to its own file
Now that everything has been refactored into separate files the main routine is the only thing left to move. Put it in main.c. Change-Id: I53aba87ed281b52944fb80d9a62beaec1c87f152
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r--bootloader/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES
index 95836eb016..8a4358ca77 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -88,10 +88,10 @@ show_logo.c
88sansaconnect.c 88sansaconnect.c
89show_logo.c 89show_logo.c
90#elif defined(FIIO_M3K) || defined(SHANLING_Q1) || defined(EROS_QN) 90#elif defined(FIIO_M3K) || defined(SHANLING_Q1) || defined(EROS_QN)
91x1000.c
92x1000/boot.c 91x1000/boot.c
93x1000/gui.c 92x1000/gui.c
94x1000/install.c 93x1000/install.c
94x1000/main.c
95x1000/recovery.c 95x1000/recovery.c
96x1000/utils.c 96x1000/utils.c
97#endif 97#endif