From 71d18c24d5352ac603d023fde7e491d54f171c96 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 3 May 2012 13:04:57 +0000 Subject: Add support for Motorola XGATE embedded CPU --- bfd/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bfd/Makefile.in') diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 6d9c760cee..bf3a162399 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -441,6 +441,7 @@ ALL_MACHINES = \ cpu-w65.lo \ cpu-we32k.lo \ cpu-xc16x.lo \ + cpu-xgate.lo \ cpu-xstormy16.lo \ cpu-xtensa.lo \ cpu-z80.lo \ @@ -518,6 +519,7 @@ ALL_MACHINES_CFILES = \ cpu-w65.c \ cpu-we32k.c \ cpu-xc16x.c \ + cpu-xgate.c \ cpu-xstormy16.c \ cpu-xtensa.c \ cpu-z80.c \ @@ -637,6 +639,7 @@ BFD32_BACKENDS = \ elf32-v850.lo \ elf32-vax.lo \ elf32-xc16x.lo \ + elf32-xgate.lo \ elf32-xstormy16.lo \ elf32-xtensa.lo \ elf32.lo \ @@ -824,6 +827,7 @@ BFD32_BACKENDS_CFILES = \ elf32-v850.c \ elf32-vax.c \ elf32-xc16x.c \ + elf32-xgate.c \ elf32-xstormy16.c \ elf32-xtensa.c \ elf32.c \ @@ -1333,6 +1337,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-we32k.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xc16x.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xgate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xstormy16.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xtensa.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z80.Plo@am__quote@ @@ -1412,6 +1417,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-v850.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-vax.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xc16x.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xgate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xstormy16.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xtensa.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@ -- cgit v1.2.1