target/ppc: Fix typo in comments
[qemu/ar7.git] / hw / Makefile.objs
blob660e2b43734817910a836a1279514554616cdc89
1 devices-dirs-y = core/
2 ifeq ($(CONFIG_SOFTMMU), y)
3 devices-dirs-$(call lor,$(CONFIG_VIRTIO_9P),$(call land,$(CONFIG_VIRTFS),$(CONFIG_XEN))) += 9pfs/
4 devices-dirs-y += acpi/
5 devices-dirs-y += adc/
6 devices-dirs-y += audio/
7 devices-dirs-y += block/
8 devices-dirs-y += char/
9 devices-dirs-y += cpu/
10 devices-dirs-y += display/
11 devices-dirs-y += dma/
12 devices-dirs-y += gpio/
13 devices-dirs-$(CONFIG_HYPERV) += hyperv/
14 devices-dirs-$(CONFIG_I2C) += i2c/
15 devices-dirs-y += ide/
16 devices-dirs-y += input/
17 devices-dirs-y += intc/
18 devices-dirs-$(CONFIG_IPACK) += ipack/
19 devices-dirs-$(CONFIG_IPMI) += ipmi/
20 devices-dirs-y += isa/
21 devices-dirs-y += misc/
22 devices-dirs-y += net/
23 devices-dirs-y += rdma/
24 devices-dirs-y += nvram/
25 devices-dirs-y += pci/
26 devices-dirs-$(CONFIG_PCI) += pci-bridge/ pci-host/
27 devices-dirs-y += pcmcia/
28 devices-dirs-y += rtc/
29 devices-dirs-$(CONFIG_SCSI) += scsi/
30 devices-dirs-y += sd/
31 devices-dirs-y += ssi/
32 devices-dirs-y += timer/
33 devices-dirs-$(CONFIG_TPM) += tpm/
34 devices-dirs-y += usb/
35 devices-dirs-$(CONFIG_VFIO) += vfio/
36 devices-dirs-y += virtio/
37 devices-dirs-y += watchdog/
38 devices-dirs-y += xen/
39 devices-dirs-$(CONFIG_MEM_DEVICE) += mem/
40 devices-dirs-$(CONFIG_NUBUS) += nubus/
41 devices-dirs-y += semihosting/
42 devices-dirs-y += smbios/
43 endif
45 common-obj-y += $(devices-dirs-y)
46 obj-y += $(devices-dirs-y)