summaryrefslogtreecommitdiff
path: root/sim/arc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/arc/Makefile.in')
-rw-r--r--sim/arc/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/sim/arc/Makefile.in b/sim/arc/Makefile.in
index cb32de2e401..532d57bb142 100644
--- a/sim/arc/Makefile.in
+++ b/sim/arc/Makefile.in
@@ -21,7 +21,7 @@
## COMMON_PRE_CONFIG_FRAG
-ARC5_OBJS = arc5.o cpu5.o decode5.o sem5.o model5.o mloop5.o
+ARC5_OBJS = arc5.o cpu5.o decode5.o sem5.o model5.o mloop5.o arc-sim-registers.o
ARC6_OBJS = arc6.o cpu6.o decode6.o sem6.o model6.o mloop6.o
ARC7_OBJS = arc7.o cpu7.o decode7.o sem7.o model7.o mloop7.o
TRAPS_OBJ = @traps_obj@
@@ -75,10 +75,12 @@ devices.o: devices.c $(SIM_MAIN_DEPS)
ARC5_INCLUDE_DEPS = \
$(CGEN_MAIN_CPU_DEPS) \
- cpu5.h decode5.h eng5.h
+ cpu5.h decode5.h eng5.h arc-sim-registers.h
arc5.o: arc5.c $(ARC5_INCLUDE_DEPS)
+arc-sim-registers.o: arc-sim-registers.c arc-sim-registers.h arc-sim.h
+
# FIXME: Use of `mono' is wip.
mloop5.c eng5.h: stamp-5mloop
stamp-5mloop: $(srcdir)/../common/genmloop.sh mloop5.in Makefile