sim: iq2000/mn10300: drop dv-sockser.o references
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Mar 2015 02:57:36 +0000 (22:57 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 24 Mar 2015 02:59:13 +0000 (22:59 -0400)
The common code handles this for us now automatically.

sim/iq2000/ChangeLog
sim/iq2000/Makefile.in
sim/mn10300/ChangeLog
sim/mn10300/Makefile.in

index 5fdf7d5f4485273f2d92f1526dff0d9112dd1c24..85aedade908f4452b7509705dbf83dcf3972e28b 100644 (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.
index 57ce2559e4ac38b1ba1da5f9e16f87970b0d7b65..8068e60b337317702312e3be3a391b4d23f5430b 100644 (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 = \
index 44a9f521455910a433e8062ad59be9b3703f5b95..c009b2603fe125f5968c5a90e1780d0f2c2b67b4 100644 (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.
index 55b0a3f23a13aeb606d567689971aa9f6b6712f1..cc04f9f75a9ef847b4d44f5c9bd0d31a7102a8cf 100644 (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
 
This page took 0.027526 seconds and 4 git commands to generate.