sim: iq2000/mn10300: drop dv-sockser.o references

The common code handles this for us now automatically.
This commit is contained in:
Mike Frysinger 2015-03-23 22:57:36 -04:00
parent c906b4b52b
commit 66b0e85dce
4 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2015-03-23 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (CONFIG_DEVICES): Delete.
(SIM_OBJS): Delete CONFIG_DEVICES.
2015-03-23 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.

View File

@ -19,9 +19,6 @@
IQ2000_OBJS = iq2000.o cpu.o decode.o sem.o model.o mloop.o
CONFIG_DEVICES = dv-sockser.o
CONFIG_DEVICES =
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
sim-cpu.o \
@ -32,8 +29,7 @@ SIM_OBJS = \
cgen-utils.o cgen-trace.o cgen-scache.o \
cgen-run.o sim-reason.o sim-engine.o sim-stop.o \
sim-if.o arch.o \
$(IQ2000_OBJS) \
$(CONFIG_DEVICES)
$(IQ2000_OBJS)
# Extra headers included by sim-main.h.
SIM_EXTRA_DEPS = \

View File

@ -1,3 +1,7 @@
2015-03-23 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (MN10300_OBJS): Delete dv-sockser.o.
2015-03-23 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.

View File

@ -26,8 +26,7 @@ MN10300_OBJS = \
sim-hrw.o \
sim-resume.o \
sim-reason.o \
sim-stop.o \
dv-sockser.o
sim-stop.o
SIM_OBJS = $(MN10300_OBJS) interp.o