diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 3971bcb2e4..f8150e8356 100755 --- a/tools/configure +++ b/tools/configure | |||
@@ -1298,7 +1298,8 @@ EOF | |||
1298 | target="-DMROBE_500" | 1298 | target="-DMROBE_500" |
1299 | memory=64 # always | 1299 | memory=64 # always |
1300 | arm9tdmicc | 1300 | arm9tdmicc |
1301 | tool="$rootdir/tools/scramble -add=m500" | 1301 | # tool="$rootdir/tools/scramble -add=m500" |
1302 | tool="cp " | ||
1302 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" | 1303 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" |
1303 | bmp2rb_native="$rootdir/tools/bmp2rb -f 4" | 1304 | bmp2rb_native="$rootdir/tools/bmp2rb -f 4" |
1304 | bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" | 1305 | bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" |