diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-03-27 16:34:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-03-27 16:34:34 +0000 |
commit | 832ddf62351ec38f1519feb89c218910c2a58d40 (patch) | |
tree | ae86f8bfd81ab1989f366ad489ac9891c1a9d97d /opcodes/Makefile.am | |
parent | 5b8274e3f3ed63473e33909b214d1c275298755b (diff) | |
download | gdb-832ddf62351ec38f1519feb89c218910c2a58d40.zip gdb-832ddf62351ec38f1519feb89c218910c2a58d40.tar.gz gdb-832ddf62351ec38f1519feb89c218910c2a58d40.tar.bz2 |
* Makefile.am (CFILES): Add avr-dis.c.
(ALL_MACHINES): Add avr-dis.lo.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index f4af1ca..0ee1080 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 \ |