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