summaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-02-23 13:52:23 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-02-23 13:52:23 +0000
commitb29498bb9009889ea620262b7da7a2613fd79484 (patch)
treec028abd778c39b58ca1d40cea0e0e42fc5cf34ad /opcodes/Makefile.am
parentce675a37d58a0175a3008c1f8134da35e7b7f50d (diff)
downloadgdb-b29498bb9009889ea620262b7da7a2613fd79484.tar.gz
Add IBM 370 support.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 60d17f636df..1ab8d797a59 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -50,6 +50,8 @@ CFILES = \
h8300-dis.c \
h8500-dis.c \
hppa-dis.c \
+ i370-dis.c \
+ i370-opc.c \
i386-dis.c \
i960-dis.c \
m32r-asm.c \
@@ -110,6 +112,8 @@ ALL_MACHINES = \
h8500-dis.lo \
hppa-dis.lo \
i386-dis.lo \
+ i370-dis.lo \
+ i370-opc.lo \
i960-dis.lo \
m32r-asm.lo \
m32r-desc.lo \