aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-07-27 08:51:20 -0400
committerAnthony Green <green@moxielogic.com>2014-07-27 08:51:20 -0400
commit48494700d58ee0dc781d288191679072cbaf9d16 (patch)
treee08d09f8663a2c6afcdb3cf783b310b79461fc88 /ld/Makefile.am
parente76c5d173bbf7137555919dd136004a7c0118af7 (diff)
downloadbinutils-48494700d58ee0dc781d288191679072cbaf9d16.zip
binutils-48494700d58ee0dc781d288191679072cbaf9d16.tar.gz
binutils-48494700d58ee0dc781d288191679072cbaf9d16.tar.bz2
Add moxiebox target
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 8e8ae20..9575f1f 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -247,6 +247,7 @@ ALL_EMULATION_SOURCES = \
eelf32microblazeel.c \
eelf32microblaze.c \
eelf32moxie.c \
+ emoxiebox.c \
eelf32mt.c \
eelf32or1k.c \
eelf32or1k_linux.c \
@@ -1160,6 +1161,9 @@ eelf32mipswindiss.c: $(srcdir)/emulparams/elf32mipswindiss.sh $(ELF_DEPS) \
eelf32moxie.c: $(srcdir)/emulparams/elf32moxie.sh \
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+emoxiebox.c: $(srcdir)/emulparams/moxiebox.sh \
+ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+
eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}