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