diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-31 23:44:21 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-31 23:44:21 +0000 |
commit | 8f860bb83cb872461ebac017232604b1dc2d2604 (patch) | |
tree | 68d783b6972b14e581878cd5e6db2b4be0a0a88f /Makefile.target | |
parent | 24bc1cbc7b1c774ba09b3517fba4a37293498a00 (diff) |
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.target | 3 |
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 |