diff options
author | Dave Chapman <dave@dchapman.com> | 2005-11-08 00:52:39 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-11-08 00:52:39 +0000 |
commit | 38e8fb65d8251edc39f9282ee3bdd83894bbbade (patch) | |
tree | efc7334a0220dd82091c9560481f3da6a5972404 /bootloader/SOURCES | |
parent | a8a8c9db444e8e03cff2c6e3db925df24f8a324e (diff) | |
download | rockbox-38e8fb65d8251edc39f9282ee3bdd83894bbbade.tar.gz rockbox-38e8fb65d8251edc39f9282ee3bdd83894bbbade.zip |
Initial check-in of work-in-progress iPod bootloader. Current targets are iPod Color/Photo and iPod Nano.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7784 a1c6a512-1295-4272-9138-f99709370657
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 e241137f99..6b72d083ab 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -1 +1,5 @@ +#if (CONFIG_CPU == PP5020) +ipod.c +#else main.c +#endif |