aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 23d7377..13da4ef 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -250,6 +250,7 @@ BFD32_BACKENDS = \
ecofflink.lo \
elf-attrs.lo \
elf-eh-frame.lo \
+ elf-ifunc.lo \
elf-m10200.lo \
elf-m10300.lo \
elf-strtab.lo \
@@ -432,6 +433,7 @@ BFD32_BACKENDS_CFILES = \
ecofflink.c \
elf-attrs.c \
elf-eh-frame.c \
+ elf-ifunc.c \
elf-m10200.c \
elf-m10300.c \
elf-strtab.c \
@@ -2046,6 +2048,18 @@ elf-eh-frame.lo: \
$(INCDIR)/filenames.h \
$(INCDIR)/hashtab.h \
elf-bfd.h
+elf-ifunc.lo: \
+ elf-ifunc.c \
+ $(INCDIR)/bfdlink.h \
+ $(INCDIR)/elf/common.h \
+ $(INCDIR)/elf/external.h \
+ $(INCDIR)/elf/internal.h \
+ $(INCDIR)/filenames.h \
+ $(INCDIR)/hashtab.h \
+ $(INCDIR)/libiberty.h \
+ $(INCDIR)/objalloc.h \
+ $(INCDIR)/safe-ctype.h \
+ elf-bfd.h
elf-m10200.lo: \
elf-m10200.c \
$(INCDIR)/bfdlink.h \