summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index a68e683cdd..4aaf0befb6 100755
--- a/tools/configure
+++ b/tools/configure
@@ -935,7 +935,7 @@ whichadvanced () {
935 echo "" 935 echo ""
936 printf "Enter your developer options (press only enter when done)\n\ 936 printf "Enter your developer options (press only enter when done)\n\
937(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (U)SB Serial, (W)in32 crosscompile,\n\ 937(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (U)SB Serial, (W)in32 crosscompile,\n\
938Win(6)4 crosscompile, (T)est plugins, S(m)all C lib, Logf to Ser(i)al port:" 938Win(6)4 crosscompile, (T)est plugins, (O)mit plugins, S(m)all C lib, Logf to Ser(i)al port:"
939 if [ "$modelname" = "iaudiom5" ]; then 939 if [ "$modelname" = "iaudiom5" ]; then
940 printf ", (F)M radio MOD" 940 printf ", (F)M radio MOD"
941 fi 941 fi
@@ -975,6 +975,10 @@ Win(6)4 crosscompile, (T)est plugins, S(m)all C lib, Logf to Ser(i)al port:"
975 echo "Including test plugins" 975 echo "Including test plugins"
976 extradefines="$extradefines -DHAVE_TEST_PLUGINS" 976 extradefines="$extradefines -DHAVE_TEST_PLUGINS"
977 ;; 977 ;;
978 [Oo])
979 echo "Disabling building of plugins"
980 plugins="no"
981 ;;
978 [Cc]) 982 [Cc])
979 echo "bootchart enabled (logf also enabled)" 983 echo "bootchart enabled (logf also enabled)"
980 bootchart="yes" 984 bootchart="yes"