aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-15 15:50:11 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:26 -0400
commite4fea7db5ea8b0b3482a9f1510f28be1e9715e42 (patch)
tree9f237b7c6ffabc8a8d7419784869589fc92cc8ea /hw/Makefile.objs
parent97813b940d56712d456d8a1260ecd5320b10761c (diff)
downloadqemu-e4fea7db5ea8b0b3482a9f1510f28be1e9715e42.zip
qemu-e4fea7db5ea8b0b3482a9f1510f28be1e9715e42.tar.gz
qemu-e4fea7db5ea8b0b3482a9f1510f28be1e9715e42.tar.bz2
meson: convert hw/watchdog
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r--hw/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index df72b25..9ebd13d 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -33,7 +33,6 @@ devices-dirs-$(CONFIG_TPM) += tpm/
devices-dirs-y += usb/
devices-dirs-$(CONFIG_VFIO) += vfio/
devices-dirs-y += virtio/
-devices-dirs-y += watchdog/
endif
common-obj-y += $(devices-dirs-y)