diff options
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 92f3b87..af6cad4 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -159,6 +159,7 @@ TARGET_CPU_CFILES = \ config/tc-tic30.c \ config/tc-tic4x.c \ config/tc-tic54x.c \ + config/tc-tic6x.c \ config/tc-vax.c \ config/tc-v850.c \ config/tc-xstormy16.c \ @@ -222,6 +223,7 @@ TARGET_CPU_HFILES = \ config/tc-tic30.h \ config/tc-tic4x.h \ config/tc-tic54x.h \ + config/tc-tic6x.h \ config/tc-vax.h \ config/tc-v850.h \ config/tc-xstormy16.h \ |