diff options
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r-- | bootloader/SOURCES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES index 94196d387a..5d82e57309 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -4,7 +4,8 @@ common.c ipod.c #elif defined(GIGABEAT_F) gigabeat.c -#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(SANSA_E200) +#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || \ + defined(SANSA_E200) || defined(SANSA_C200) main-pp.c #elif defined(ELIO_TPJ1022) tpj1022.c |