* cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 2 Apr 2006 12:46:42 +0000 (12:46 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sun, 2 Apr 2006 12:46:42 +0000 (12:46 +0000)
(CRISV32F_OBJS): Remove semcrisv32f-switch.o.
(semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.

sim/ChangeLog
sim/cris/Makefile.in

index 83e6dccf2b00d6d265d159b6f240a7283028c472..4d45bda70e4cc32ffc4e01c236f00ccada3e4b12 100644 (file)
@@ -1,3 +1,9 @@
+2006-04-02  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
+       (CRISV32F_OBJS): Remove semcrisv32f-switch.o.
+       (semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.
+
 2006-03-13  DJ Delorie  <dj@redhat.com>
 
        * MAINTAINERS: Add self as m32c sim maintainer.
index 85af034c218115c44c8e2d615ef74e50b53dfe5d..313a0630dd6e6953593d3a72531818e84279ab73 100644 (file)
@@ -20,8 +20,8 @@
 
 ## COMMON_PRE_CONFIG_FRAG
 
-CRISV10F_OBJS = crisv10f.o cpuv10.o decodev10.o semcrisv10f-switch.o modelv10.o mloopv10f.o
-CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o semcrisv32f-switch.o modelv32.o mloopv32f.o
+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 = dv-sockser.o
 CONFIG_DEVICES =
@@ -89,7 +89,6 @@ mloopv10f.o: mloopv10f.c semcrisv10f-switch.c $(CRISV10F_INCLUDE_DEPS)
 
 cpuv10.o: cpuv10.c $(CRISV10F_INCLUDE_DEPS)
 decodev10.o: decodev10.c $(CRISV10F_INCLUDE_DEPS)
-semcrisv10f-switch.o: semcrisv10f-switch.c $(CRISV10F_INCLUDE_DEPS)
 modelv10.o: modelv10.c $(CRISV10F_INCLUDE_DEPS)
 
 # CRISV32 objs
@@ -116,7 +115,6 @@ mloopv32f.o: mloopv32f.c semcrisv32f-switch.c $(CRISV32F_INCLUDE_DEPS)
 
 cpuv32.o: cpuv32.c $(CRISV32F_INCLUDE_DEPS)
 decodev32.o: decodev32.c $(CRISV32F_INCLUDE_DEPS)
-semcrisv32f-switch.o: semcrisv32f-switch.c $(CRISV32F_INCLUDE_DEPS)
 modelv32.o: modelv32.c $(CRISV32F_INCLUDE_DEPS)
 
 cris-clean:
This page took 0.026846 seconds and 4 git commands to generate.