From 48494700d58ee0dc781d288191679072cbaf9d16 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 27 Jul 2014 08:51:20 -0400 Subject: Add moxiebox target --- ld/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ld/Makefile.am') 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} -- cgit v1.1