diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-04 14:03:59 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:27 -0400 |
commit | 70c2cfedd3ad6a9ac433c194740c657075001ecc (patch) | |
tree | 0877bcfeb0bb0c939694023dc280857a15ca6824 /hw/Makefile.objs | |
parent | 06677ce161c1ed0efc2851a592695cea0d24055a (diff) |
meson: convert hw/tpm
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index c2619bbb50..f0e5728d13 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -29,7 +29,6 @@ devices-dirs-$(CONFIG_SCSI) += scsi/ devices-dirs-y += sd/ devices-dirs-y += ssi/ devices-dirs-y += timer/ -devices-dirs-$(CONFIG_TPM) += tpm/ endif common-obj-y += $(devices-dirs-y) |