diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-16 17:48:00 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:29 -0400 |
commit | b1419fa665584e493257475af2618443bd834e47 (patch) | |
tree | f9da6de7e8abe369e796ffa4a2cb2db65ddc5c0f /hw/Makefile.objs | |
parent | 19233c978a50a13b05cc9a33b9574aa83a28193f (diff) | |
download | qemu-b1419fa665584e493257475af2618443bd834e47.zip qemu-b1419fa665584e493257475af2618443bd834e47.tar.gz qemu-b1419fa665584e493257475af2618443bd834e47.tar.bz2 |
meson: convert hw/net
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 748a718..d0d7816 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -18,7 +18,6 @@ devices-dirs-$(CONFIG_IPACK) += ipack/ devices-dirs-$(CONFIG_IPMI) += ipmi/ devices-dirs-y += isa/ devices-dirs-y += misc/ -devices-dirs-y += net/ endif common-obj-y += $(devices-dirs-y) |