summaryrefslogtreecommitdiffstats
path: root/bootloader/SOURCES
blob: 76cb6931ef3b18e1d807366f0f9b75d259633bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if defined(IPOD_ARCH)
common.c
ipod.c
#elif defined(GIGABEAT_F)
gigabeat.c
#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(SANSA_E200)
common.c
main-pp.c
#elif defined(ELIO_TPJ1022)
tpj1022.c
#else
main.c
#endif