tools/configure does not let you select normal build for sansae200r - add similar logic for the simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23922 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a165d16d4
commit
ec64954c66
1 changed files with 4 additions and 0 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -2543,6 +2543,10 @@ fi
|
|||
echo "Bootloader build selected"
|
||||
;;
|
||||
[Ss])
|
||||
if [ "$modelname" = "sansae200r" ]; then
|
||||
echo "Do not use the e200R target for simulator builds. Use e200 instead."
|
||||
exit 8
|
||||
fi
|
||||
debug="-DDEBUG"
|
||||
simulator="yes"
|
||||
extradefines="-DSIMULATOR"
|
||||
|
|
Loading…
Reference in a new issue