diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 15:06:20 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:14 +0200 |
commit | c0907c9e6417cb959dfd9ef6873221536ec91351 (patch) | |
tree | cc8df9eea467139d4cbc961cf34d357f618d0e9e /hw/sparc64/Makefile.objs | |
parent | 8ac5c6510b609c123d6b394b2de16462ac7c395f (diff) | |
download | 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/sparc64/Makefile.objs')
-rw-r--r-- | hw/sparc64/Makefile.objs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/sparc64/Makefile.objs b/hw/sparc64/Makefile.objs index 178464ba54..a84cfe3ec7 100644 --- a/hw/sparc64/Makefile.objs +++ b/hw/sparc64/Makefile.objs @@ -1,5 +1 @@ -obj-y = apb_pci.o - -obj-y := $(addprefix ../,$(obj-y)) - obj-y += sun4u.o |