diff options
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 |