aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-16 18:36:51 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:30 -0400
commitbff065adcdbd81ef699711d7caee1cf41c620a1b (patch)
tree1c326477ffa067b655f0f9c5773931d835182449 /hw/Makefile.objs
parentae36d233d37ab80245ac23f1ce04e97b0df6805d (diff)
meson: convert hw/intc
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.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index 76d9305959..80b104168a 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -13,7 +13,6 @@ devices-dirs-$(CONFIG_HYPERV) += hyperv/
devices-dirs-$(CONFIG_I2C) += i2c/
devices-dirs-y += ide/
devices-dirs-y += input/
-devices-dirs-y += intc/
endif
common-obj-y += $(devices-dirs-y)