aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-06-07 02:58:53 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-06-07 02:58:53 +0000
commita4835b426a27f4ae21f711063c168072887426c5 (patch)
tree49c74d196c27a3ced6043d3a8d0c8523ab6d94d8 /gas/Makefile.am
parenteb519dff863d807a1a7cc8078a3ff39047db23d9 (diff)
downloadgdb-a4835b426a27f4ae21f711063c168072887426c5.zip
gdb-a4835b426a27f4ae21f711063c168072887426c5.tar.gz
gdb-a4835b426a27f4ae21f711063c168072887426c5.tar.bz2
* Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c.
(TARGET_CPU_HFILES): Add config/tc-fr30.h. (TARG_ENV_HFILES): Add config/te-epoc-pe.h. * Makefile.in: Regenerated.
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 849eab1..18dd171 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -196,6 +196,7 @@ TARGET_CPU_CFILES = \
config/tc-arm.c \
config/tc-d10v.c \
config/tc-d30v.c \
+ config/tc-fr30.c \
config/tc-h8300.c \
config/tc-h8500.c \
config/tc-hppa.c \
@@ -228,6 +229,7 @@ TARGET_CPU_HFILES = \
config/tc-arm.h \
config/tc-d10v.h \
config/tc-d30v.h \
+ config/tc-fr30.h \
config/tc-h8300.h \
config/tc-h8500.h \
config/tc-hppa.h \
@@ -288,6 +290,7 @@ TARG_ENV_HFILES = \
config/te-delt88.h \
config/te-dpx2.h \
config/te-dynix.h \
+ config/te-epoc-pe.h \
config/te-generic.h \
config/te-go32.h \
config/te-hp300.h \