aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-13 02:13:48 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-13 02:13:48 -0400
commit64f14c970716647f0761e921141873c75071100f (patch)
tree72ae3ceed525852cce856aa3a18590e970a2b1c6 /sim/mn10300/Makefile.in
parent14c9ad2edb6e0bb0b560fa45699b83d85aa28b94 (diff)
downloadfsf-binutils-gdb-64f14c970716647f0761e921141873c75071100f.zip
fsf-binutils-gdb-64f14c970716647f0761e921141873c75071100f.tar.gz
fsf-binutils-gdb-64f14c970716647f0761e921141873c75071100f.tar.bz2
sim: mn10300: convert to sim-cpu
Make cpu allocation fully dynamic so we can leverage the common sim-cpu and its APIs.
Diffstat (limited to 'sim/mn10300/Makefile.in')
-rw-r--r--sim/mn10300/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in
index a85d932..3b4c7d2 100644
--- a/sim/mn10300/Makefile.in
+++ b/sim/mn10300/Makefile.in
@@ -21,6 +21,7 @@ MN10300_OBJS = \
itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
$(SIM_NEW_COMMON_OBJS) \
op_utils.o \
+ sim-cpu.o \
sim-hload.o \
sim-resume.o \
sim-reason.o \