aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-06-07 03:06:39 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-06-07 03:06:39 +0000
commit71f221746a4c5c08fea839b7e343be77326ed58c (patch)
treebbc72382f08d1d28b08b9ae7a4b671b8ae00fc22 /opcodes/Makefile.am
parenta4835b426a27f4ae21f711063c168072887426c5 (diff)
downloadfsf-binutils-gdb-71f221746a4c5c08fea839b7e343be77326ed58c.zip
fsf-binutils-gdb-71f221746a4c5c08fea839b7e343be77326ed58c.tar.gz
fsf-binutils-gdb-71f221746a4c5c08fea839b7e343be77326ed58c.tar.bz2
* Makefile.am (CFILES): Add arc-{dis,opc}.c and v850-{dis,opc}.c.
* Makefile.in: Regenerated.
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 d997298..6659561 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -30,6 +30,8 @@ CFILES = \
a29k-dis.c \
alpha-dis.c \
alpha-opc.c \
+ arc-dis.c \
+ arc-opc.c \
arm-dis.c \
cgen-asm.c \
cgen-dis.c \
@@ -76,6 +78,8 @@ CFILES = \
tic30-dis.c \
tic80-dis.c \
tic80-opc.c \
+ v850-dis.c \
+ v850-opc.c \
vax-dis.c \
w65-dis.c \
z8k-dis.c \