aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 842c68d..f665b2f 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -217,6 +217,7 @@ BFD32_BACKENDS = \
elf32-s390.lo \
elf32-sh.lo \
elf32-sh-lin.lo \
+ elf32-sh-nbsd.lo \
elf32-sparc.lo \
elf32-v850.lo \
elf32-xstormy16.lo \
@@ -360,6 +361,7 @@ BFD32_BACKENDS_CFILES = \
elf32-s390.c \
elf32-sh.c \
elf32-sh-lin.c \
+ elf32-sh-nbsd.c \
elf32-sparc.c \
elf32-v850.c \
elf32-xstormy16.c \
@@ -1130,6 +1132,10 @@ elf32-sh-lin.lo: elf32-sh-lin.c $(INCDIR)/filenames.h \
$(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
+elf32-sh-nbsd.lo: elf32-sh-nbsd.c $(INCDIR)/filenames.h \
+ $(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
+ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
+ $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \