rockbox/bootloader/SOURCES
Linus Nielsen Feltzing ff17905d7c H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12546 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 11:28:23 +00:00

17 lines
306 B
Text

common.c
#if defined(IPOD_ARCH)
ipod.c
#elif defined(GIGABEAT_F)
gigabeat.c
#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(SANSA_E200)
main-pp.c
#elif defined(ELIO_TPJ1022)
tpj1022.c
#elif defined(IAUDIO_X5)
iaudio_x5.c
#elif defined(IRIVER_H300_SERIES)
iriver_h300.c
#else
main.c
#endif