From 80ded2ad7c819cb111e178aefe0f0afc168bf63d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 12 Mar 2008 23:19:44 +0000 Subject: 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 --- bootloader/SOURCES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootloader/SOURCES') 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 -- cgit v1.1