diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-01 22:28:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-01 22:28:14 +0000 |
commit | 0fc30d117412f2cbd8e00a043e0c901345125d31 (patch) | |
tree | 1cba88b9ed482cef7ca2bba3a2fc059a40221d43 /bootloader/SOURCES | |
parent | 97cf946e4df08852b7ce17ecb7fe8425df67dc3f (diff) | |
download | rockbox-0fc30d117412f2cbd8e00a043e0c901345125d31.tar.gz rockbox-0fc30d117412f2cbd8e00a043e0c901345125d31.zip |
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
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r-- | bootloader/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES index 0c9aa8ba2f..8c3a9b8ee4 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -1,5 +1,9 @@ #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 |