summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorths2007-08-01 01:44:21 +0200
committerths2007-08-01 01:44:21 +0200
commit8f860bb83cb872461ebac017232604b1dc2d2604 (patch)
tree68d783b6972b14e581878cd5e6db2b4be0a0a88f /Makefile.target
parentImplement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann. (diff)
downloadqemu-8f860bb83cb872461ebac017232604b1dc2d2604.tar.gz
qemu-8f860bb83cb872461ebac017232604b1dc2d2604.tar.xz
qemu-8f860bb83cb872461ebac017232604b1dc2d2604.zip
s390 disassembler support, by Ulrich Hecht.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3104 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 6ffa6651ef..915b8a97bf 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -347,6 +347,9 @@ endif
ifeq ($(findstring sh4, $(TARGET_ARCH) $(ARCH)),sh4)
LIBOBJS+=sh4-dis.o
endif
+ifeq ($(findstring s390, $(TARGET_ARCH) $(ARCH)),s390)
+LIBOBJS+=s390-dis.o
+endif
ifdef CONFIG_GDBSTUB
OBJS+=gdbstub.o