summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index a56019f842..b7cf4e4d2d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -415,6 +415,8 @@ whichadvanced () {
415 if [ "yes" = "$simulator" ]; then 415 if [ "yes" = "$simulator" ]; then
416 debug="-DDEBUG" 416 debug="-DDEBUG"
417 extradefines="$extradefines -DSIMULATOR" 417 extradefines="$extradefines -DSIMULATOR"
418 archosrom=""
419 flash=""
418 fi 420 fi
419 if [ "yes" = "$profile" ]; then 421 if [ "yes" = "$profile" ]; then
420 extradefines="$extradefines -DRB_PROFILE" 422 extradefines="$extradefines -DRB_PROFILE"