diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2007-02-22 15:09:49 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2007-02-22 15:09:49 +0000 |
commit | 46597c953963eb8333e5122896fdcb4d0ec9f93f (patch) | |
tree | 434605a340de75938beb7cb996f57c333649f88e /bootloader/SOURCES | |
parent | 9744433752b59a5da45c8076c4be6d2980d8cbbb (diff) |
FS#6554 - Move bootloader code into a common file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12453 a1c6a512-1295-4272-9138-f99709370657
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 |