diff options
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r-- | bootloader/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES index b86365b429..76cb6931ef 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -1,8 +1,10 @@ #if defined(IPOD_ARCH) +common.c ipod.c #elif defined(GIGABEAT_F) gigabeat.c #elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(SANSA_E200) +common.c main-pp.c #elif defined(ELIO_TPJ1022) tpj1022.c |