forked from len0rd/rockbox
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
This commit is contained in:
parent
5bdb2fccdb
commit
ed897d1359
2 changed files with 4 additions and 27 deletions
|
@ -88,10 +88,10 @@ show_logo.c
|
|||
sansaconnect.c
|
||||
show_logo.c
|
||||
#elif defined(FIIO_M3K) || defined(SHANLING_Q1) || defined(EROS_QN)
|
||||
x1000.c
|
||||
x1000/boot.c
|
||||
x1000/gui.c
|
||||
x1000/install.c
|
||||
x1000/main.c
|
||||
x1000/recovery.c
|
||||
x1000/utils.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue