diff options
Diffstat (limited to 'gnu/usr.bin/binutils-2.17/bfd/Makefile.am')
-rw-r--r-- | gnu/usr.bin/binutils-2.17/bfd/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils-2.17/bfd/Makefile.am b/gnu/usr.bin/binutils-2.17/bfd/Makefile.am index bddd324b2c4..0a603c708ac 100644 --- a/gnu/usr.bin/binutils-2.17/bfd/Makefile.am +++ b/gnu/usr.bin/binutils-2.17/bfd/Makefile.am @@ -550,6 +550,7 @@ BFD64_BACKENDS = \ elf64-mmix.lo \ elf64-sh64.lo \ elf64-ppc.lo \ + elf64-riscv.lo \ elf64-s390.lo \ elf64-sparc.lo \ elf64.lo \ @@ -574,6 +575,7 @@ BFD64_BACKENDS_CFILES = \ elf64-mips.c \ elf64-mmix.c \ elf64-ppc.c \ + elf64-riscv.c \ elf64-s390.c \ elf64-sh64.c \ elf64-sparc.c \ @@ -1782,6 +1784,9 @@ elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h \ $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h +elf64-riscv.lo: elf64-riscv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ + elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf64-target.h elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \ |