diff options
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ff58585..842c68d 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -223,6 +223,7 @@ BFD32_BACKENDS = \ elf32.lo \ elflink.lo \ elf-strtab.lo \ + elf-eh-frame.lo \ epoc-pe-arm.lo \ epoc-pei-arm.lo \ hp300bsd.lo \ @@ -365,6 +366,7 @@ BFD32_BACKENDS_CFILES = \ elf32.c \ elflink.c \ elf-strtab.c \ + elf-eh-frame.c \ epoc-pe-arm.c \ epoc-pei-arm.c \ hp300bsd.c \ @@ -1149,6 +1151,7 @@ elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h +elf-eh-frame.lo: elf-eh-frame.c epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \ coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ |