]> Git Repo - qemu.git/blobdiff - scripts/create_config
qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
[qemu.git] / scripts / create_config
index d727e5e36e1694bdeb1bfb204c2ca47f3a4b6315..6d8f08b39daea1e2f0654f83d4fd1e599068ddeb 100755 (executable)
@@ -54,10 +54,12 @@ case $line in
     done
     echo "    NULL"
     ;;
- CONFIG_*='$(CONFIG_SOFTMMU)'|CONFIG_*=y) # configuration
+ CONFIG_*=y) # configuration
     name=${line%=*}
     echo "#define $name 1"
     ;;
+ CONFIG_*=n) # configuration
+    ;;
  CONFIG_*=*) # configuration
     name=${line%=*}
     value=${line#*=}
This page took 0.019381 seconds and 4 git commands to generate.