aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-03-04 17:02:40 +0000
committerNick Clifton <nickc@redhat.com>2003-03-04 17:02:40 +0000
commitb4275f439a6c7d4c7cf17b2eb59dbe4ccc520b3a (patch)
tree8102f96982e7ae0456603e1d96246bd612021f24 /ld/Makefile.am
parent5330f2dba0362e4d084545b8935c1b10ed8c7fbc (diff)
downloadfsf-binutils-gdb-b4275f439a6c7d4c7cf17b2eb59dbe4ccc520b3a.zip
fsf-binutils-gdb-b4275f439a6c7d4c7cf17b2eb59dbe4ccc520b3a.tar.gz
fsf-binutils-gdb-b4275f439a6c7d4c7cf17b2eb59dbe4ccc520b3a.tar.bz2
Add new devices x1122 x1132 emulation.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index f718571..0fd8b5e 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -250,6 +250,8 @@ ALL_EMULATIONS = \
emsp430x1101.o \
emsp430x1111.o \
emsp430x1121.o \
+ emsp430x1122.o \
+ emsp430x1132.o \
emsp430x1331.o \
emsp430x1351.o \
emsp430x149.o \
@@ -1004,6 +1006,14 @@ emsp430x1121.c: $(srcdir)/emulparams/msp430x1121.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
${GEN_DEPENDS}
${GENSCRIPTS} msp430x1121 "$(tdir_msp430x1121)"
+emsp430x1122.c: $(srcdir)/emulparams/msp430x1122.sh \
+ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
+ ${GEN_DEPENDS}
+ ${GENSCRIPTS} msp430x1122 "$(tdir_msp430x1122)"
+emsp430x1132.c: $(srcdir)/emulparams/msp430x1132.sh \
+ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
+ ${GEN_DEPENDS}
+ ${GENSCRIPTS} msp430x1132 "$(tdir_msp430x1132)"
emsp430x1331.c: $(srcdir)/emulparams/msp430x1331.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
${GEN_DEPENDS}