meson: convert hw/input
[qemu/ar7.git] / hw / Makefile.objs
blob3feccd83d71899dc743ef7138072c18758405368
1 ifeq ($(CONFIG_SOFTMMU), y)
2 devices-dirs-$(call lor,$(CONFIG_VIRTIO_9P),$(call land,$(CONFIG_VIRTFS),$(CONFIG_XEN))) += 9pfs/
3 devices-dirs-y += acpi/
4 devices-dirs-y += adc/
5 devices-dirs-y += audio/
6 devices-dirs-y += block/
7 devices-dirs-y += char/
8 devices-dirs-y += cpu/
9 devices-dirs-y += display/
10 devices-dirs-y += dma/
11 devices-dirs-y += gpio/
12 devices-dirs-$(CONFIG_HYPERV) += hyperv/
13 devices-dirs-$(CONFIG_I2C) += i2c/
14 devices-dirs-y += ide/
15 endif
17 common-obj-y += $(devices-dirs-y)
18 common-obj-m += display/
19 common-obj-m += usb/
20 obj-y += $(devices-dirs-y)