aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m68hc11/Makefile.in')
-rw-r--r--sim/m68hc11/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in
index 9b931a1..98b811a 100644
--- a/sim/m68hc11/Makefile.in
+++ b/sim/m68hc11/Makefile.in
@@ -25,7 +25,8 @@ SIM_OBJS = $(M68HC11_OBJS) \
sim-load.o \
sim-hload.o \
sim-stop.o \
- sim-reason.o
+ sim-reason.o \
+ sim-resume.o
SIM_PROFILE= -DPROFILE=1 -DWITH_PROFILE=-1
# We must use 32-bit addresses to support memory bank switching.