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 /tools | |
parent | c249f5301024da7c8e8f23c32b01fecf72b1d5dc (diff) |
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 'tools')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index da3d7db045..27d6d43c4c 100755 --- a/tools/configure +++ b/tools/configure @@ -1503,7 +1503,7 @@ fi 92|creativezenvision) target_id=39 - modelname="creativezm" + modelname="creativezv" target="-DCREATIVE_ZV" memory=64 arm926ejscc |