aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/microblaze/Makefile.in')
-rw-r--r--sim/microblaze/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in
index 6dc6e4e..ca31766 100644
--- a/sim/microblaze/Makefile.in
+++ b/sim/microblaze/Makefile.in
@@ -17,11 +17,13 @@
## COMMON_PRE_CONFIG_FRAG
-# Use the deprecated run frontend until we migrate to nrun.o
-SIM_RUN_OBJS = run.o
-SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
-
-SIM_OBJS = interp.o sim-load.o
-SIM_EXTRA_LIBS = -lm
+SIM_OBJS = \
+ interp.o \
+ $(SIM_NEW_COMMON_OBJS) \
+ sim-cpu.o \
+ sim-engine.o \
+ sim-hload.o \
+ sim-reason.o \
+ sim-stop.o
## COMMON_POST_CONFIG_FRAG