From ec694b8956f6190e733dcf7b49399f928a40f051 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 9 Apr 2000 20:25:17 +0000 Subject: Add 'avr' to Makefile.am Add M32R docs to as.texinfo --- gas/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/Makefile.am') 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 \ -- cgit v1.1