diff options
Diffstat (limited to 'bootloader/SOURCES')
-rw-r--r-- | bootloader/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES index 76cb6931ef..68002caf0b 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -1,10 +1,10 @@ -#if defined(IPOD_ARCH) common.c + +#if defined(IPOD_ARCH) 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 |