diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-24 12:50:57 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:25 -0400 |
commit | b908c370f73192d95f13145148c4bafe39d1171c (patch) | |
tree | e2cbde33198dd127cb840651279b3d6d9f762535 /hw/Makefile.objs | |
parent | 56d996c50ae5df3e8aa52d1abbb00eec9c00e786 (diff) | |
download | qemu-b908c370f73192d95f13145148c4bafe39d1171c.zip qemu-b908c370f73192d95f13145148c4bafe39d1171c.tar.gz qemu-b908c370f73192d95f13145148c4bafe39d1171c.tar.bz2 |
meson: convert hw/nubus
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.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 6a7ca0f..86bc201 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -35,7 +35,6 @@ devices-dirs-$(CONFIG_VFIO) += vfio/ devices-dirs-y += virtio/ devices-dirs-y += watchdog/ devices-dirs-$(CONFIG_MEM_DEVICE) += mem/ -devices-dirs-$(CONFIG_NUBUS) += nubus/ devices-dirs-y += smbios/ endif |