sim: sh64: delete dv-sockser references

This sim doesn't actually use dv-sockser code anywhere, so drop references
to it in its build files.
This commit is contained in:
Mike Frysinger 2015-03-22 22:25:04 -04:00
parent 1a504d0763
commit 8a863336bb
2 changed files with 6 additions and 5 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-16 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

View File

@ -21,9 +21,6 @@ SH64_OBJS = sh64.o cpu.o sh-desc.o \
decode-compact.o sem-compact.o mloop-compact.o \
decode-media.o sem-media.o mloop-media.o
CONFIG_DEVICES = dv-sockser.o
CONFIG_DEVICES =
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
sim-cpu.o \
@ -34,8 +31,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 \
$(SH64_OBJS) \
$(CONFIG_DEVICES)
$(SH64_OBJS)
# Extra headers included by sim-main.h.
SIM_EXTRA_DEPS = \