rockbox/bootloader/SOURCES
Dave Chapman 657dcb5165 Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another PortalPlayer PP5020 target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10828 a1c6a512-1295-4272-9138-f99709370657
2006-08-31 19:19:35 +00:00

13 lines
217 B
Text

#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