mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
fix the output for the mrobe so we dont have to use apps/rockbox.bin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15401 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
01ddb564bf
commit
5f36e5a353
1 changed files with 2 additions and 1 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
|
@ -1298,7 +1298,8 @@ EOF
|
||||||
target="-DMROBE_500"
|
target="-DMROBE_500"
|
||||||
memory=64 # always
|
memory=64 # always
|
||||||
arm9tdmicc
|
arm9tdmicc
|
||||||
tool="$rootdir/tools/scramble -add=m500"
|
# tool="$rootdir/tools/scramble -add=m500"
|
||||||
|
tool="cp "
|
||||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||||
bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
|
bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue