]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
dec.c - move to pci-bridge
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 30 May 2013 09:09:20 +0000 (12:09 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 2 Jun 2013 15:13:37 +0000 (18:13 +0300)
Looks like dec.c is in pci-host by mistake.
Moving it over to pci-bridge.

Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci-bridge/Makefile.objs
hw/pci-bridge/dec.c [moved from hw/pci-host/dec.c with 100% similarity]
hw/pci-bridge/dec.h [moved from hw/pci-host/dec.h with 100% similarity]
hw/pci-host/Makefile.objs

index 5dd92d28a09d602e86285af793e117be18d7003e..968b3694abfcef2cde8ae7e34d7f9c6bed928a11 100644 (file)
@@ -1,3 +1,5 @@
 common-obj-y += pci_bridge_dev.o
 common-obj-y += ioh3420.o xio3130_upstream.o xio3130_downstream.o
 common-obj-y += i82801b11.o
+# NewWorld PowerMac
+common-obj-$(CONFIG_DEC_PCI) += dec.o
similarity index 100%
rename from hw/pci-host/dec.c
rename to hw/pci-bridge/dec.c
similarity index 100%
rename from hw/pci-host/dec.h
rename to hw/pci-bridge/dec.h
index 909e702eef7781802e560b267c6a52ff57e28b9b..bb65f9c4d2d0f1aaa1f951caf2bfd3aacebcf9b0 100644 (file)
@@ -5,7 +5,6 @@ common-obj-$(CONFIG_PREP_PCI) += prep.o
 common-obj-$(CONFIG_GRACKLE_PCI) += grackle.o
 # NewWorld PowerMac
 common-obj-$(CONFIG_UNIN_PCI) += uninorth.o
-common-obj-$(CONFIG_DEC_PCI) += dec.o
 # PowerPC E500 boards
 common-obj-$(CONFIG_PPCE500_PCI) += ppce500.o