diff options
author | Dave Chapman <dave@dchapman.com> | 2006-08-31 19:19:35 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-08-31 19:19:35 +0000 |
commit | 657dcb5165e80b3363b89ca3108356878d4c048e (patch) | |
tree | 1f7af6e22ee866dcce37f9d1fa310c26a8bb44b4 /bootloader/SOURCES | |
parent | 20332bce1d49d7285109564d2e29ee18b0acd54e (diff) | |
download | rockbox-657dcb5165e80b3363b89ca3108356878d4c048e.tar.gz rockbox-657dcb5165e80b3363b89ca3108356878d4c048e.zip |
Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another PortalPlayer PP5020 target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10828 a1c6a512-1295-4272-9138-f99709370657
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 45f8453dbd..94f5a60e6b 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -6,6 +6,8 @@ gigabeat.c e200.c #elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) h10.c +#elif defined(ELIO_TPJ1022) +tpj1022.c #else main.c #endif |