diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-16 18:20:39 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:29 -0400 |
commit | a74fb3984adfcdbb27c47a2585933962fd1b96e9 (patch) | |
tree | d57ae769c3ed151e11a3d31b5ee893b05b66587a /hw/Makefile.objs | |
parent | 721cdcae73071d12415b64971ece3f87b2971bc2 (diff) |
meson: convert hw/isa
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.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index ac8278edf7..a28e211e78 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -16,7 +16,6 @@ devices-dirs-y += input/ devices-dirs-y += intc/ devices-dirs-$(CONFIG_IPACK) += ipack/ devices-dirs-$(CONFIG_IPMI) += ipmi/ -devices-dirs-y += isa/ endif common-obj-y += $(devices-dirs-y) |