diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2013-01-24 02:28:03 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-29 21:50:04 +0100 |
commit | db1c8f53bfb1b3bff4f904be4f929808a445522e (patch) | |
tree | f22324e267b782ad3a4a70fb784c8b0a2820f0b0 /target-s390x/Makefile.objs | |
parent | 38322ed6518817066ce3a9037fd3795af57e1cdd (diff) | |
download | qemu-db1c8f53bfb1b3bff4f904be4f929808a445522e.zip qemu-db1c8f53bfb1b3bff4f904be4f929808a445522e.tar.gz qemu-db1c8f53bfb1b3bff4f904be4f929808a445522e.tar.bz2 |
s390: Channel I/O basic definitions.
Basic channel I/O structures and helper function.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-s390x/Makefile.objs')
-rw-r--r-- | target-s390x/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-s390x/Makefile.objs b/target-s390x/Makefile.objs index e728abf..3afb0b7 100644 --- a/target-s390x/Makefile.objs +++ b/target-s390x/Makefile.objs @@ -1,4 +1,4 @@ obj-y += translate.o helper.o cpu.o interrupt.o obj-y += int_helper.o fpu_helper.o cc_helper.o mem_helper.o misc_helper.o -obj-$(CONFIG_SOFTMMU) += machine.o +obj-$(CONFIG_SOFTMMU) += machine.o ioinst.o obj-$(CONFIG_KVM) += kvm.o |