aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-06-13 12:28:18 +0930
committerAlan Modra <amodra@gmail.com>2014-06-13 18:58:53 +0930
commit07cccc39f31f4b77607fd9487f33e242969475ca (patch)
treeae1bea6b79fae96ba37f1cc1767ad3182c546043 /ld/Makefile.am
parent8b48a0d6197dfb70b56558701fb456d6c8a2499b (diff)
downloadfsf-binutils-gdb-07cccc39f31f4b77607fd9487f33e242969475ca.zip
fsf-binutils-gdb-07cccc39f31f4b77607fd9487f33e242969475ca.tar.gz
fsf-binutils-gdb-07cccc39f31f4b77607fd9487f33e242969475ca.tar.bz2
Add missing ld makefile dependency for nios.
* Makefile.am (ALL_EMULATION_SOURCES): Add enios2elf.c, enios2linux.c. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 44e7ca6..66795b3 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -350,6 +350,8 @@ ALL_EMULATION_SOURCES = \
ends32belf_linux.c \
enews.c \
ens32knbsd.c \
+ enios2elf.c \
+ enios2linux.c \
epc532macha.c \
epdp11.c \
epjelf.c \