summaryrefslogtreecommitdiff
path: root/sim/cris/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-15 20:06:42 -0800
committerMike Frysinger <vapier@gentoo.org>2015-11-16 00:41:59 -0500
commit797eee4264d1b504aabcbcabb6de2f1108441261 (patch)
tree148efaf024bc68c071fb8de6f1797b472652f6d8 /sim/cris/Makefile.in
parent9db36cf86d58f93def38a94ed05e1854beda3b20 (diff)
sim: sim-stop/sim-reason/sim-reg: move to common obj list
Now that all arches (for the most part) have moved over, move sim-stop.o, sim-reason.o, and sim-reg.o to the common object list and out of all the arch ports.
Diffstat (limited to 'sim/cris/Makefile.in')
-rw-r--r--sim/cris/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in
index 945eaa60b7..f7762dd797 100644
--- a/sim/cris/Makefile.in
+++ b/sim/cris/Makefile.in
@@ -25,9 +25,8 @@ CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o modelv32.o mloopv32f.o
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
sim-model.o \
- sim-reg.o \
cgen-utils.o cgen-trace.o cgen-scache.o \
- cgen-run.o sim-reason.o sim-stop.o \
+ cgen-run.o \
sim-if.o arch.o \
$(CRISV10F_OBJS) \
$(CRISV32F_OBJS) \