diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-08-12 08:27:48 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-08-12 08:27:48 +0000 |
| commit | 0a0682474e6326f63994a6cd62f23efd9818a7ec (patch) | |
| tree | 9ddd8fbfe72fa4ca001b21de93b951ab24dc951f /tools | |
| parent | dd754886f5fd4004b521c954e263772d35fb6a46 (diff) | |
| download | rockbox-0a0682474e6326f63994a6cd62f23efd9818a7ec.zip rockbox-0a0682474e6326f63994a6cd62f23efd9818a7ec.tar.gz rockbox-0a0682474e6326f63994a6cd62f23efd9818a7ec.tar.bz2 rockbox-0a0682474e6326f63994a6cd62f23efd9818a7ec.tar.xz | |
initial gigabeat bootloader (only test code)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10536 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 4490410..f9558b8 100755 --- a/tools/configure +++ b/tools/configure @@ -997,7 +997,7 @@ fi case $option in [Bb]) case $archos in - h100|h120|h300|x5|ipodcolor|ipodnano|ipodvideo|ipod3g|ipod4g|ipodmini|ipodmini2g|h10|e200) + h100|h120|h300|x5|ipodcolor|ipodnano|ipodvideo|ipod3g|ipod4g|ipodmini|ipodmini2g|gigabeatf|h10|e200) extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES appsdir='\$(ROOTDIR)/bootloader' apps="bootloader" |