summaryrefslogtreecommitdiffstats
path: root/bootloader/SOURCES
blob: 94196d387a42c187be7a3ba0181d627f513b72b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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) || defined(IAUDIO_M5)
iaudio_x5.c
#elif defined(IRIVER_H300_SERIES)
iriver_h300.c
#else
main.c
#endif