]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.target
s390 disassembler support, by Ulrich Hecht.
[mirror_qemu.git] / Makefile.target
index 6ffa6651efcc4948160284fed9b94aabd5f939c8..915b8a97bfcbcf60a082ca325f4a79f6847b483f 100644 (file)
@@ -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