summaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2000-03-27 16:34:34 +0000
committerIan Lance Taylor <ian@airs.com>2000-03-27 16:34:34 +0000
commitafd37a29a00eb84d81ee5b141cb300609dc29b32 (patch)
tree23828f75df3e41c71a612f44be3ae64f945a786d /opcodes/Makefile.am
parent93ef2007b376be873ec2546d82a72eaa00dc55d8 (diff)
downloadgdb-afd37a29a00eb84d81ee5b141cb300609dc29b32.tar.gz
* Makefile.am (CFILES): Add avr-dis.c.
(ALL_MACHINES): Add avr-dis.lo.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index f4af1cac6fa..0ee10802177 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -33,6 +33,7 @@ CFILES = \
arc-dis.c \
arc-opc.c \
arm-dis.c \
+ avr-dis.c \
cgen-asm.c \
cgen-dis.c \
cgen-opc.c \
@@ -96,6 +97,7 @@ ALL_MACHINES = \
arc-dis.lo \
arc-opc.lo \
arm-dis.lo \
+ avr-dis.lo \
cgen-asm.lo \
cgen-dis.lo \
cgen-opc.lo \