rockbox/bootloader/SOURCES
Daniel Stenberg 0fc30d1174 added mostly dummy changes to allow building of a Sansa e200 bootloader
without functionality


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10399 a1c6a512-1295-4272-9138-f99709370657
2006-08-01 22:28:14 +00:00

9 lines
145 B
Text

#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
ipod.c
#elif defined(SANSA_E200)
e200.c
#elif defined(IRIVER_H10)
h10.c
#else
main.c
#endif