summaryrefslogtreecommitdiffstats
path: root/bootloader/SOURCES
blob: b86365b4292cc79e9156afbe2fa737032fc55dec (plain)
1
2
3
4
5
6
7
8
9
10
11
#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
#else
main.c
#endif