]> git.proxmox.com Git - mirror_qemu.git/commit - configure
create_config: remove $(CONFIG_SOFTMMU) hack
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Jul 2019 17:08:36 +0000 (19:08 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Jul 2019 18:58:37 +0000 (20:58 +0200)
commit3cae16db021601b5437622f89a86d5c489799fb3
tree7505b8b5136dae496ed4ec48752f6842be0333c5
parent2d1794e9562ef39e320a1e08a34831c152c18c1a
create_config: remove $(CONFIG_SOFTMMU) hack

CONFIG_TPM is defined to a rather weird $(CONFIG_SOFTMMU) so that it
expands to the right thing in hw/Makefile.objs.  This however is not
needed anymore and it has a corresponding hack in create_config
to turn it into "#define CONFIG_TPM 1".  Clean up.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
scripts/create_config