mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-23 11:09:36 -05:00
remove display-leftovers and remove the memory size question for iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5085 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c70ede76bd
commit
e76d7d99d9
1 changed files with 1 additions and 3 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -48,7 +48,6 @@ sed > Makefile \
|
|||
-e "s,@ROOTDIR@,${rootdir},g" \
|
||||
-e "s,@ARCHOS@,${archos},g" \
|
||||
-e "s,@DEBUG@,${debug},g" \
|
||||
-e "s,@DISPLAY@,${display},g" \
|
||||
-e "s,@KEYPAD@,${keypad},g" \
|
||||
-e "s,@PWD@,${pwd},g" \
|
||||
-e "s,@LANGUAGE@,${language},g" \
|
||||
|
|
@ -62,7 +61,6 @@ ROOTDIR=@ROOTDIR@
|
|||
SIMDIR=\$(ROOTDIR)/uisimulator/@SIMVER@
|
||||
TOOLSDIR=\$(ROOTDIR)/tools
|
||||
DEBUG=@DEBUG@
|
||||
DISPLAY=@DISPLAY@
|
||||
KEYPAD=@KEYPAD@
|
||||
THISDIR="@PWD@"
|
||||
SIMVER=@SIMVER@
|
||||
|
|
@ -185,7 +183,6 @@ if [ "$target" = "update" ]; then
|
|||
|
||||
if [ "$debug" = "SIMULATOR=1" ]; then
|
||||
simulator="yes"
|
||||
display=`grep "^DISPLAY=" Makefile | cut -d= -f2-`
|
||||
keypad=`grep "^KEYPAD=" Makefile | cut -d= -f2-`
|
||||
simver=`grep "^SIMVER=" Makefile | cut -d= -f2-`
|
||||
fi
|
||||
|
|
@ -259,6 +256,7 @@ if [ -z "$archos" ]; then
|
|||
9)
|
||||
archos="h100"
|
||||
target="-DIRIVER_H100"
|
||||
memory=32 # always
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue