sim: cris: delete unused CONFIG_DEVICES
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Mar 2015 03:09:39 +0000 (23:09 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 24 Mar 2015 03:16:40 +0000 (23:16 -0400)
Looks like unused copy & paste from other sim ports.  Drop it.

sim/cris/ChangeLog
sim/cris/Makefile.in

index f193ae2a514ac70432bb4c420fd88eef7ed32696..8d2905f7a5ad654bda42b99911b05464aa836da4 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 1281ac39547b7dac80b57731027cd767a7fe5f20..0b444011f1127f4bcb2f165ff6d52c41c9656e27 100644 (file)
@@ -22,8 +22,6 @@
 CRISV10F_OBJS = crisv10f.o cpuv10.o decodev10.o modelv10.o mloopv10f.o
 CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o modelv32.o mloopv32f.o
 
-CONFIG_DEVICES =
-
 SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
        sim-cpu.o \
@@ -36,7 +34,6 @@ SIM_OBJS = \
        $(CRISV10F_OBJS) \
        $(CRISV32F_OBJS) \
        traps.o devices.o \
-       $(CONFIG_DEVICES) \
        cris-desc.o
 
 # Extra headers included by sim-main.h.
This page took 0.026388 seconds and 4 git commands to generate.