aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-04-09 20:25:17 +0000
committerNick Clifton <nickc@redhat.com>2000-04-09 20:25:17 +0000
commitec694b8956f6190e733dcf7b49399f928a40f051 (patch)
tree64c49894d45e082111e2f68f1a2eac9acab04689 /gas/Makefile.am
parent1ad03bde8a4b930b4f83aa42482afd45c127220c (diff)
downloadfsf-binutils-gdb-ec694b8956f6190e733dcf7b49399f928a40f051.zip
fsf-binutils-gdb-ec694b8956f6190e733dcf7b49399f928a40f051.tar.gz
fsf-binutils-gdb-ec694b8956f6190e733dcf7b49399f928a40f051.tar.bz2
Add 'avr' to Makefile.am
Add M32R docs to as.texinfo
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 79a5c9f..b0a65ba 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -41,6 +41,7 @@ CPU_TYPES = \
alpha \
arc \
arm \
+ avr \
d10v \
d30v \
fr30 \
@@ -199,6 +200,7 @@ TARGET_CPU_CFILES = \
config/tc-alpha.c \
config/tc-arc.c \
config/tc-arm.c \
+ config/tc-avr.c \
config/tc-d10v.c \
config/tc-d30v.c \
config/tc-fr30.c \
@@ -234,6 +236,7 @@ TARGET_CPU_HFILES = \
config/tc-alpha.h \
config/tc-arc.h \
config/tc-arm.h \
+ config/tc-avr.h \
config/tc-d10v.h \
config/tc-d30v.h \
config/tc-fr30.h \