diff options
Diffstat (limited to 'sim/cris/Makefile.in')
-rw-r--r-- | sim/cris/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in index 0b44401..5459c0e 100644 --- a/sim/cris/Makefile.in +++ b/sim/cris/Makefile.in @@ -25,11 +25,10 @@ CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o modelv32.o mloopv32f.o SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ - sim-hrw.o \ sim-model.o \ sim-reg.o \ cgen-utils.o cgen-trace.o cgen-scache.o \ - cgen-run.o sim-reason.o sim-engine.o sim-stop.o \ + cgen-run.o sim-reason.o sim-stop.o \ sim-if.o arch.o \ $(CRISV10F_OBJS) \ $(CRISV32F_OBJS) \ |