diff options
| author | Paolo Bonzini | 2013-02-05 15:06:20 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-04-08 18:13:14 +0200 |
| commit | c0907c9e6417cb959dfd9ef6873221536ec91351 (patch) | |
| tree | cc8df9eea467139d4cbc961cf34d357f618d0e9e /hw/Makefile.objs | |
| parent | hw: move SD/MMC devices to hw/sd/, configure with default-configs/ (diff) | |
| download | qemu-c0907c9e6417cb959dfd9ef6873221536ec91351.tar.gz qemu-c0907c9e6417cb959dfd9ef6873221536ec91351.tar.xz qemu-c0907c9e6417cb959dfd9ef6873221536ec91351.zip | |
hw: move PCI bridges to hw/pci-* or hw/ARCH
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/Makefile.objs')
| -rw-r--r-- | hw/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index eef8742af3..8d0cc1fa9c 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -17,6 +17,7 @@ devices-dirs-$(CONFIG_SOFTMMU) += misc/ devices-dirs-$(CONFIG_SOFTMMU) += net/ devices-dirs-$(CONFIG_SOFTMMU) += nvram/ devices-dirs-$(CONFIG_SOFTMMU) += pci/ +devices-dirs-$(CONFIG_PCI) += pci-bridge/ pci-host/ devices-dirs-$(CONFIG_SOFTMMU) += scsi/ devices-dirs-$(CONFIG_SOFTMMU) += sd/ devices-dirs-$(CONFIG_SOFTMMU) += ssi/ |
