diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-06 23:40:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-06 23:56:47 -0400 |
commit | 122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3 (patch) | |
tree | 39b3c098a8c4ad20b26d6774ed5428e27d8c5c09 /sim/cr16/Makefile.in | |
parent | dc081549e71d715a229becaf37d0909836c52a9d (diff) | |
download | binutils-gdb-122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3.tar.gz |
sim: move sim-engine.o/sim-hrw.o to the common list
This makes these two objects available to all sims by default.
Diffstat (limited to 'sim/cr16/Makefile.in')
-rw-r--r-- | sim/cr16/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in index 04aaca4dccf..3918cedbabd 100644 --- a/sim/cr16/Makefile.in +++ b/sim/cr16/Makefile.in @@ -20,7 +20,6 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ - sim-engine.o \ sim-hload.o \ interp.o \ table.o \ |