diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-05-15 18:01:14 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-05-15 18:01:14 +0000 |
commit | 1ea884b53126206ffbc1607454d5d7d255acec7e (patch) | |
tree | 50aad7d5622d88470813c2f8ca4ea79855cf52ca /apps/SOURCES | |
parent | c249f5301024da7c8e8f23c32b01fecf72b1d5dc (diff) | |
download | rockbox-1ea884b53126206ffbc1607454d5d7d255acec7e.tar.gz rockbox-1ea884b53126206ffbc1607454d5d7d255acec7e.zip |
1) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB)
2) Correct typo which'll break build system for ZV currently
3) Split up keymaps for ZV & ZVM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17525 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r-- | apps/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index e617d5f174..c8cd03a29d 100644 --- a/apps/SOURCES +++ b/apps/SOURCES | |||
@@ -187,4 +187,6 @@ keymaps/keymap-mr100.c | |||
187 | keymaps/keymap-cowond2.c | 187 | keymaps/keymap-cowond2.c |
188 | #elif CONFIG_KEYPAD == CREATIVEZVM_PAD | 188 | #elif CONFIG_KEYPAD == CREATIVEZVM_PAD |
189 | keymaps/keymap-creativezvm.c | 189 | keymaps/keymap-creativezvm.c |
190 | #elif CONFIG_KEYPAD == CREATIVEZV_PAD | ||
191 | keymaps/keymap-creativezv.c | ||
190 | #endif | 192 | #endif |