]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/create_config
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-07-08-1' into...
[mirror_qemu.git] / scripts / create_config
index d727e5e36e1694bdeb1bfb204c2ca47f3a4b6315..00e86c82b07a226e3ef373f6008d7f1343178650 100755 (executable)
@@ -58,6 +58,8 @@ case $line in
     name=${line%=*}
     echo "#define $name 1"
     ;;
+ CONFIG_*=n) # configuration
+    ;;
  CONFIG_*=*) # configuration
     name=${line%=*}
     value=${line#*=}