diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-06-25 11:21:53 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-06-25 11:21:53 +0000 |
commit | efdcccc981e6bf8b8c0af89b55f76a296a666f4d (patch) | |
tree | e2b3f179188307ae00744a6f67c7b649ba4a9032 /sim/mips/Makefile.in | |
parent | b314ec0eae7a778810550ccf87cd92eda7feaf2a (diff) | |
download | gdb-efdcccc981e6bf8b8c0af89b55f76a296a666f4d.zip gdb-efdcccc981e6bf8b8c0af89b55f76a296a666f4d.tar.gz gdb-efdcccc981e6bf8b8c0af89b55f76a296a666f4d.tar.bz2 |
sim/mips/
* Makefile.in (m16_run.o): New rule.
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r-- | sim/mips/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index cac7a29..d5e093b 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -186,6 +186,7 @@ engine.o: sim-main.h engine.c $(SIM_EXTRA_DEPS) support.o: sim-main.h support.c $(SIM_EXTRA_DEPS) idecode.o: sim-main.h idecode.c $(SIM_EXTRA_DEPS) itable.o: sim-main.h itable.c $(SIM_EXTRA_DEPS) +m16run.o: sim-main.h m16_idecode.h m32_idecode.h $(SIM_EXTRA_DEPS) m16_semantics.o: sim-main.h m16_semantics.c $(SIM_EXTRA_DEPS) m16_support.o: sim-main.h m16_support.c $(SIM_EXTRA_DEPS) |