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