diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-12 23:19:44 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-12 23:19:44 +0000 |
| commit | 80ded2ad7c819cb111e178aefe0f0afc168bf63d (patch) | |
| tree | 11e4484d48256eb8b931e38a64bd45804520dc75 /bootloader/SOURCES | |
| parent | 17bc340f1f0571dc90c91e6f39f93448151d557e (diff) | |
| download | rockbox-80ded2ad7c819cb111e178aefe0f0afc168bf63d.zip rockbox-80ded2ad7c819cb111e178aefe0f0afc168bf63d.tar.gz rockbox-80ded2ad7c819cb111e178aefe0f0afc168bf63d.tar.bz2 rockbox-80ded2ad7c819cb111e178aefe0f0afc168bf63d.tar.xz | |
Really fix low-bat detection in the iAudio bootloader. * Improve naming of iriver and iaudio bootloader files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16649 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/SOURCES')
| -rw-r--r-- | bootloader/SOURCES | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES index ea83fa6..9e961ee 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -18,13 +18,13 @@ main-pp.c #elif defined(ELIO_TPJ1022) tpj1022.c #elif defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(IAUDIO_M3) -iaudio_x5.c +iaudio_coldfire.c +#elif defined(IRIVER_H100_SERIES) +iriver_h1x0.c #elif defined(IRIVER_H300_SERIES) iriver_h300.c #elif defined(MROBE_500) mrobe500.c #elif defined(CPU_TCC77X) || defined(CPU_TCC780X) telechips.c -#else -main.c #endif |