diff options
author | Alexander Graf <agraf@suse.de> | 2013-01-25 01:16:39 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-29 21:50:04 +0100 |
commit | b73d35311098585dbdb375fdf8369b16c8222e12 (patch) | |
tree | 354a3d5524f6be13529c9a249377fa7c9122896b /hw/s390x/Makefile.objs | |
parent | 93726cb31982f5d930a4d5838215307390636d9b (diff) | |
download | qemu-b73d35311098585dbdb375fdf8369b16c8222e12.zip |
s390: Move hw files to hw/s390x
This moves all files only used by s390 system emulation to hw/s390x.
Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'hw/s390x/Makefile.objs')
-rw-r--r-- | hw/s390x/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/s390x/Makefile.objs b/hw/s390x/Makefile.objs index f6b461b6b3..e4ee456fd4 100644 --- a/hw/s390x/Makefile.objs +++ b/hw/s390x/Makefile.objs @@ -1,6 +1,4 @@ obj-y = s390-virtio-bus.o s390-virtio.o - -obj-y := $(addprefix ../,$(obj-y)) obj-y += s390-virtio-hcall.o obj-y += sclp.o obj-y += event-facility.o |