diff --git a/tools/configure b/tools/configure index a56019f842..b7cf4e4d2d 100755 --- a/tools/configure +++ b/tools/configure @@ -415,6 +415,8 @@ whichadvanced () { if [ "yes" = "$simulator" ]; then debug="-DDEBUG" extradefines="$extradefines -DSIMULATOR" + archosrom="" + flash="" fi if [ "yes" = "$profile" ]; then extradefines="$extradefines -DRB_PROFILE"