diff options
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 9a831bd..63664d2 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -151,6 +151,9 @@ ALL_MACHINES = \ $(start-sanitize-tic80) \ cpu-tic80.lo \ $(end-sanitize-tic80) \ + $(start-sanitize-sky) \ + cpu-txvu.lo \ + $(end-sanitize-sky) \ cpu-v850.lo \ cpu-vax.lo \ cpu-we32k.lo \ @@ -246,6 +249,9 @@ BFD32_BACKENDS = \ elf32-ppc.lo \ elf32-sh.lo \ elf32-sparc.lo \ + $(start-sanitize-sky) \ + elf32-txvu.lo \ + $(end-sanitize-sky) \ elf32-v850.lo \ elf32.lo \ elflink.lo \ @@ -1035,6 +1041,13 @@ coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \ $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h end-sanitize-tic80: +start-sanitize-sky: +cpu-txvu.lo: cpu-txvu.c +elf32-txvu.lo: elf32-txvu.c elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ + $(INCDIR)/elf/txvu.h elf32-target.h +end-sanitize-sky: + # What appears below is generated by a hacked mkdep using gcc -MM. # DO NOT DELETE THIS LINE -- mkdep uses it. |