sim: move sim-engine.o/sim-hrw.o to the common list

This makes these two objects available to all sims by default.
This commit is contained in:
Mike Frysinger
2015-04-06 23:40:00 -04:00
parent dc081549e7
commit 122bbfb52a
46 changed files with 100 additions and 35 deletions

View File

@ -1,3 +1,7 @@
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

View File

@ -21,7 +21,6 @@ SIM_OBJS = \
interp.o \
$(SIM_NEW_COMMON_OBJS) \
sim-cpu.o \
sim-engine.o \
sim-hload.o \
sim-stop.o \
table.o